commit | 8f1018bf77e09bc464f7996e10fc0e08e2cd3a8b | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Nov 17 21:35:15 2013 -0800 |
committer | Brian Silverman <brians> | Sun Nov 17 21:35:15 2013 -0800 |
tree | 98657bef67c8a979815f4a7c6d9f96eb5defb494 | |
parent | 823f324b8bbca90ff892a543a4dc3d64c81a6886 [diff] [blame] |
unbreaking more things that I missed the first time...
diff --git a/vision/JPEGRoutines.h b/vision/JPEGRoutines.h index 17f1a68..c3b8e13 100644 --- a/vision/JPEGRoutines.h +++ b/vision/JPEGRoutines.h
@@ -1,7 +1,7 @@ // for jpeglib.h #include <stdio.h> -#include "aos/externals/libjpeg/include/jpeglib.h" +#include "libjpeg/include/jpeglib.h" namespace frc971 { namespace vision {