Fix linkage in standalone mode

pull/16409/head
Smirnov Alexey 5 years ago
parent 545f8a8c93
commit e5ed22bd5b
  1. 4
      modules/gapi/src/compiler/gstreaming.cpp

@ -7,8 +7,6 @@
#include "precomp.hpp"
#if !defined(GAPI_STANDALONE)
#include <ade/graph.hpp>
#include <opencv2/gapi/gproto.hpp> // can_describe
@ -147,5 +145,3 @@ cv::GStreamingCompiled::Priv& cv::GStreamingCompiled::priv()
{
return *m_priv;
}
#endif // GAPI_STANDALONE

Loading…
Cancel
Save