diff include/cvutils.hpp @ 70:a52653dca25d

got track features to compile, updated paths to headers and libraries for OpenCV 2
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sat, 13 Nov 2010 11:20:10 -0500
parents ff5403319cec
children 336926453b28
line wrap: on
line diff
--- a/include/cvutils.hpp	Wed Nov 10 23:41:49 2010 -0500
+++ b/include/cvutils.hpp	Sat Nov 13 11:20:10 2010 -0500
@@ -1,7 +1,7 @@
 #ifndef CVUTILS_HPP
 #define CVUTILS_HPP
 
-#include "opencv/cxtypes.h"
+#include "opencv2/highgui/highgui.hpp" // types are in opencv2/core/types_c.h
 
 class CvCapture;