replace "cvconfig.h" it with "opencv2/cvconfig.h".
authorlaurentBerger <laurent.berger@univ-lemans.fr>
Thu, 21 May 2015 12:01:11 +0000 (14:01 +0200)
committerlaurentBerger <laurent.berger@univ-lemans.fr>
Thu, 21 May 2015 12:01:11 +0000 (14:01 +0200)
samples/cpp/detect_mser.cpp

index 2538c81..796cfa8 100644 (file)
@@ -1,6 +1,6 @@
 #include <opencv2/opencv.hpp>
 #include "opencv2/core/opengl.hpp"
-#include "cvconfig.h"
+#include "opencv2/cvconfig.h"
 
 #include <vector>
 #include <map>