diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-18 08:02:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-18 08:02:14 +0200 |
commit | 4190c03321eefd6d2a191990c1f241245708f4d3 (patch) | |
tree | b488567d80197c1d9beafa4d949ec0508b0a6c68 /FTNoIR_Tracker_PT/camera.h | |
parent | d41a05fe32ef6741fbc52a5e29392e3fe01b6bc3 (diff) |
Fix build error on OpenCV 2.4 (alterscape)
Diffstat (limited to 'FTNoIR_Tracker_PT/camera.h')
-rw-r--r-- | FTNoIR_Tracker_PT/camera.h | 2 |
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>
|