diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-10 04:23:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-10 04:23:06 +0200 |
commit | 925643f3960f94820705e9991b0d222493bf87f9 (patch) | |
tree | 8c4d3cae382796ea6ae208288b856811a97b76a4 /ftnoir_tracker_pt | |
parent | 602955096732bcd652d5d26129e39eba63630f93 (diff) |
Fix Linux build with OpenCV HEAD
Diffstat (limited to 'ftnoir_tracker_pt')
-rw-r--r-- | ftnoir_tracker_pt/camera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftnoir_tracker_pt/camera.h b/ftnoir_tracker_pt/camera.h index 9977431b..32c76465 100644 --- a/ftnoir_tracker_pt/camera.h +++ b/ftnoir_tracker_pt/camera.h @@ -9,6 +9,7 @@ #define CAMERA_H
#include <opencv2/opencv.hpp>
+#include <opencv2/highgui.hpp>
//#include "videoInput/videoInput.h"
// ----------------------------------------------------------------------------
|