replace "cvconfig.h" it with "opencv2/cvconfig.h".

pull/4022/head
laurentBerger 10 years ago
parent 268283ff16
commit a6a0fc5b21
  1. 2
      samples/cpp/detect_mser.cpp

@ -1,6 +1,6 @@
#include <opencv2/opencv.hpp>
#include "opencv2/core/opengl.hpp"
#include "cvconfig.h"
#include "opencv2/cvconfig.h"
#include <vector>
#include <map>

Loading…
Cancel
Save