mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
use ifndef HAVE_GTK
This commit is contained in:
parent
a6a0fc5b21
commit
b116d6c6e8
@ -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…
Reference in New Issue
Block a user