updated lots of things to bring them closer to be up to standards
diff --git a/vision/vision.gyp b/vision/vision.gyp
index 87c0ce1..c9ecc36 100644
--- a/vision/vision.gyp
+++ b/vision/vision.gyp
@@ -12,9 +12,11 @@
],
'dependencies': [
'<(AOS)/atom_code/atom_code.gyp:init',
+ '<(AOS)/common/common.gyp:time',
'<(EXTERNALS):libevent',
'<(EXTERNALS):libjpeg',
'<(EXTERNALS):opencv',
+ '<(AOS)/atom_code/camera/camera.gyp:buffers',
'<(DEPTH)/frc971/queues/queues.gyp:queues',
],
},
@@ -26,6 +28,7 @@
],
'dependencies': [
'<(AOS)/atom_code/atom_code.gyp:init',
+ '<(AOS)/common/common.gyp:time',
'<(DEPTH)/frc971/queues/queues.gyp:queues',
],
},