mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
Fix linkage in standalone mode
This commit is contained in:
parent
545f8a8c93
commit
e5ed22bd5b
@ -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…
Reference in New Issue
Block a user