Flip driver image if wrist is backwards

Change-Id: Id303283baf449ffe88c6286ff13e7cfde91d3a9d
diff --git a/y2019/BUILD b/y2019/BUILD
index 7c30dad..b17e538 100644
--- a/y2019/BUILD
+++ b/y2019/BUILD
@@ -114,6 +114,7 @@
     ],
     deps = [
         ":status_light",
+        ":vision_proto",
         "//aos:init",
         "//aos/actions:action_lib",
         "//aos/input:action_joystick_input",
@@ -130,6 +131,7 @@
         "//frc971/control_loops/drivetrain:drivetrain_queue",
         "//y2019/control_loops/drivetrain:drivetrain_base",
         "//y2019/control_loops/superstructure:superstructure_queue",
+        "@com_google_protobuf//:protobuf",
     ],
 )