use ifndef HAVE_GTK

pull/4022/head
laurentBerger 10 years ago
parent a6a0fc5b21
commit b116d6c6e8
  1. 4
      samples/cpp/detect_mser.cpp

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

Loading…
Cancel
Save