From 72faa54ddcd07972f250a53098b0ecfbd08363df Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Sun, 28 Jan 2018 10:58:23 -0500 Subject: Change core.hpp to opencv.hpp so that I can compile. If you are using the hpc then you might need to revert this. --- src/camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/camera.h') diff --git a/src/camera.h b/src/camera.h index 51e4e8a..c366d24 100644 --- a/src/camera.h +++ b/src/camera.h @@ -1,6 +1,6 @@ #ifndef camera_INC #define camera_INC -#include +#include #include #include #include -- cgit v1.1