Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / fluid / modules / gapi / include / opencv2 / gapi / opencv_includes.hpp
1 // This file is part of OpenCV project.
2
3 // It is subject to the license terms in the LICENSE file found in the top-level directory
4 // of this distribution and at http://opencv.org/license.html.
5 //
6 // Copyright (C) 2018-2019 Intel Corporation
7
8
9 #ifndef OPENCV_GAPI_OPENCV_INCLUDES_HPP
10 #define OPENCV_GAPI_OPENCV_INCLUDES_HPP
11
12 #if !defined(GAPI_STANDALONE)
13 #  include <opencv2/core/mat.hpp>
14 #  include <opencv2/core/cvdef.h>
15 #  include <opencv2/core/types.hpp>
16 #  include <opencv2/core/base.hpp>
17 #else   // Without OpenCV
18 #  include <opencv2/gapi/own/cvdefs.hpp>
19 #endif // !defined(GAPI_STANDALONE)
20
21 #endif // OPENCV_GAPI_OPENCV_INCLUDES_HPP