Index: visp_auto_tracker/flashcode_mbt/libauto_tracker/states.hpp =================================================================== --- visp_auto_tracker.orig/flashcode_mbt/libauto_tracker/states.hpp +++ visp_auto_tracker/flashcode_mbt/libauto_tracker/states.hpp @@ -1,6 +1,6 @@ #ifndef __EVENTS_H__ #define __EVENTS_H__ -#include "cv.h" +#include // back-end #include //front-end Index: visp_auto_tracker/flashcode_mbt/libauto_tracker/tracking.cpp =================================================================== --- visp_auto_tracker.orig/flashcode_mbt/libauto_tracker/tracking.cpp +++ visp_auto_tracker/flashcode_mbt/libauto_tracker/tracking.cpp @@ -1,6 +1,6 @@ #include "ros/ros.h" -#include "cv.h" -#include "highgui.h" +#include +#include #include "tracking.h" #include #include