1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

fix modules deps

This commit is contained in:
Alexander Alekhin
2016-08-25 14:57:12 +03:00
parent b03e3abd62
commit 063ac74369
5 changed files with 14 additions and 16 deletions
@@ -44,8 +44,12 @@
#define __OPENCV_HIGHGUI_HPP__
#include "opencv2/core.hpp"
#ifdef HAVE_OPENCV_IMGCODECS
#include "opencv2/imgcodecs.hpp"
#endif
#ifdef HAVE_OPENCV_VIDEOIO
#include "opencv2/videoio.hpp"
#endif
/**
@defgroup highgui High-level GUI
@@ -44,8 +44,12 @@
#include "opencv2/core/core_c.h"
#include "opencv2/imgproc/imgproc_c.h"
#ifdef HAVE_OPENCV_IMGCODECS
#include "opencv2/imgcodecs/imgcodecs_c.h"
#endif
#ifdef HAVE_OPENCV_VIDEOIO
#include "opencv2/videoio/videoio_c.h"
#endif
#ifdef __cplusplus
extern "C" {