summaryrefslogtreecommitdiff
path: root/inference-engine/thirdparty/fluid/modules/gapi/src/precomp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inference-engine/thirdparty/fluid/modules/gapi/src/precomp.hpp')
-rw-r--r--inference-engine/thirdparty/fluid/modules/gapi/src/precomp.hpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/inference-engine/thirdparty/fluid/modules/gapi/src/precomp.hpp b/inference-engine/thirdparty/fluid/modules/gapi/src/precomp.hpp
new file mode 100644
index 000000000..eebe9d896
--- /dev/null
+++ b/inference-engine/thirdparty/fluid/modules/gapi/src/precomp.hpp
@@ -0,0 +1,21 @@
+// This file is part of OpenCV project.
+// It is subject to the license terms in the LICENSE file found in the top-level directory
+// of this distribution and at http://opencv.org/license.html.
+//
+// Copyright (C) 2018 Intel Corporation
+
+
+#ifndef __OPENCV_GAPI_PRECOMP_HPP__
+#define __OPENCV_GAPI_PRECOMP_HPP__
+
+#if !defined(GAPI_STANDALONE)
+# include "opencv2/core.hpp"
+# include "opencv2/imgproc.hpp"
+# include "opencv2/gapi/core.hpp"
+# include "opencv2/gapi/imgproc.hpp"
+#endif // !defined(GAPI_STANDALONE)
+
+#include "opencv2/gapi.hpp"
+#include "opencv2/gapi/gkernel.hpp"
+
+#endif // __OPENCV_GAPI_PRECOMP_HPP__