commit | 5b3e51e6a30c4866c3a77ce83fd9b434cb213ed6 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Mar 29 22:53:44 2013 -0700 |
committer | Brian Silverman <brians> | Fri Mar 29 22:53:44 2013 -0700 |
tree | ad0554a96f1f0ecdc637b85a3c32b067f3062633 | |
parent | 6ae77dddce337a16bccfb42e369c3cc2a4c9077e [diff] [blame] |
updated lots of things to bring them closer to be up to standards
diff --git a/vision/JPEGRoutines.h b/vision/JPEGRoutines.h index 5a1dc14..17f1a68 100644 --- a/vision/JPEGRoutines.h +++ b/vision/JPEGRoutines.h
@@ -1,8 +1,8 @@ +// for jpeglib.h +#include <stdio.h> #include "aos/externals/libjpeg/include/jpeglib.h" - - namespace frc971 { namespace vision {