X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inference-engine%2Fthirdparty%2Ffluid%2Fmodules%2Fgapi%2Finclude%2Fopencv2%2Fgapi%2Futil%2Foptional.hpp;h=1aa2b265d9ae8202bd112f011387ae06a4e6e2b3;hb=0923303e0201c5b59386ab146d0e30b2ef79272d;hp=54126d62719ed7a480496f58fdea613e21b69632;hpb=ba6e22b1b5ee4cbefcc30e8d9493cddb0bb3dfdf;p=platform%2Fupstream%2Fdldt.git diff --git a/inference-engine/thirdparty/fluid/modules/gapi/include/opencv2/gapi/util/optional.hpp b/inference-engine/thirdparty/fluid/modules/gapi/include/opencv2/gapi/util/optional.hpp index 54126d6..1aa2b26 100644 --- a/inference-engine/thirdparty/fluid/modules/gapi/include/opencv2/gapi/util/optional.hpp +++ b/inference-engine/thirdparty/fluid/modules/gapi/include/opencv2/gapi/util/optional.hpp @@ -8,7 +8,7 @@ #ifndef OPENCV_GAPI_UTIL_OPTIONAL_HPP #define OPENCV_GAPI_UTIL_OPTIONAL_HPP -#include "opencv2/gapi/util/variant.hpp" +#include // A poor man's `optional` implementation, incompletely modeled against C++17 spec. namespace cv