summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorMartin Miller2018-01-28 10:58:23 -0500
committerMartin Miller2018-01-28 10:58:23 -0500
commit72faa54ddcd07972f250a53098b0ecfbd08363df (patch)
treea614c7bf69f8a1c049918bc659ef3c7035832611 /src/types.h
parent7b8821a18a2105df4c0b1eedfbd36f1f7984428c (diff)
downloadrefslam-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.h2
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