diff options
author | Martin Miller | 2018-01-28 10:58:23 -0500 |
---|---|---|
committer | Martin Miller | 2018-01-28 10:58:23 -0500 |
commit | 72faa54ddcd07972f250a53098b0ecfbd08363df (patch) | |
tree | a614c7bf69f8a1c049918bc659ef3c7035832611 /src/types.h | |
parent | 7b8821a18a2105df4c0b1eedfbd36f1f7984428c (diff) | |
download | refslam-72faa54ddcd07972f250a53098b0ecfbd08363df.zip refslam-72faa54ddcd07972f250a53098b0ecfbd08363df.tar.gz |
Change core.hpp to opencv.hpp so that I can compile.
If you are using the hpc then you might need to revert this.
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <opencv2/core.hpp> +#include <opencv2/opencv.hpp> #include <Eigen/Dense> #include <exception> #define MAXLINE 8192 |