diff options
Diffstat (limited to 'ext/opencv/MotionCells.h')
-rw-r--r-- | ext/opencv/MotionCells.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opencv/MotionCells.h b/ext/opencv/MotionCells.h index 6c060a9ee..96b048379 100644 --- a/ext/opencv/MotionCells.h +++ b/ext/opencv/MotionCells.h @@ -45,12 +45,12 @@ #ifndef MOTIONCELLS_H_ #define MOTIONCELLS_H_ -#include <opencv2/core/core_c.h> +#include <opencv2/core.hpp> #ifdef HAVE_HIGHGUI_H #include <highgui.h> // includes highGUI definitions #endif #ifdef HAVE_OPENCV2_HIGHGUI_HIGHGUI_C_H -#include <opencv2/highgui/highgui_c.h> // includes highGUI definitions +#include <opencv2/highgui.hpp> // includes highGUI definitions #endif #include <fstream> #include <vector> |