summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_PT
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-09-18 08:02:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-09-18 08:02:14 +0200
commit4190c03321eefd6d2a191990c1f241245708f4d3 (patch)
treeb488567d80197c1d9beafa4d949ec0508b0a6c68 /FTNoIR_Tracker_PT
parentd41a05fe32ef6741fbc52a5e29392e3fe01b6bc3 (diff)
Fix build error on OpenCV 2.4 (alterscape)
Diffstat (limited to 'FTNoIR_Tracker_PT')
-rw-r--r--FTNoIR_Tracker_PT/camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FTNoIR_Tracker_PT/camera.h b/FTNoIR_Tracker_PT/camera.h
index d1a8104c..78fe8dfb 100644
--- a/FTNoIR_Tracker_PT/camera.h
+++ b/FTNoIR_Tracker_PT/camera.h
@@ -13,7 +13,7 @@
# include <boost/shared_ptr.hpp>
#else
# include "FTNoIR_Tracker_PT/boost-compat.h"
-# include <opencv2/highgui.hpp>
+# include <opencv2/highgui/highgui.hpp>
# include <opencv2/highgui/highgui_c.h>
#endif
#include <string>