use ifndef HAVE_GTK

This commit is contained in:
laurentBerger 2015-05-21 14:57:49 +02:00
parent a6a0fc5b21
commit b116d6c6e8

View File

@ -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>