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/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 93e8822..29271d4 100644 --- a/src/types.h +++ b/src/types.h @@ -1,7 +1,7 @@ #ifndef types_INC #define types_INC -#include +#include #include #include #define MAXLINE 8192 -- cgit v1.1