Added GAPI_EXPORTS to GIslandExecutable since now it needs to be exported
authorDmitry Matveev <dmitry.matveev@intel.com>
Wed, 18 Mar 2020 15:55:36 +0000 (18:55 +0300)
committerRuslan Garnov <ruslan.garnov@intel.com>
Mon, 6 Apr 2020 20:42:52 +0000 (23:42 +0300)
modules/gapi/src/compiler/gislandmodel.hpp

index 975f35a..dc230aa 100644 (file)
@@ -94,7 +94,10 @@ protected:
 // * Is instantiated by the last step of the Islands fusion procedure;
 // * Is orchestrated by a GExecutor instance.
 //
-class GIslandExecutable
+// GAPI_EXPORTS is here since this class comes with the default
+// implementation to some methods and it needs to be exported to allow
+// it to use in the external (extra) backends.
+class GAPI_EXPORTS GIslandExecutable
 {
 public:
     using InObj  = std::pair<RcDesc, cv::GRunArg>;