Skip to content

Commit

Permalink
Fix linkage in standalone mode
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnov-alexey committed Jan 22, 2020
1 parent 545f8a8 commit e5ed22b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/gapi/src/compiler/gstreaming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#include "precomp.hpp"

#if !defined(GAPI_STANDALONE)

#include <ade/graph.hpp>

#include <opencv2/gapi/gproto.hpp> // can_describe
Expand Down Expand Up @@ -147,5 +145,3 @@ cv::GStreamingCompiled::Priv& cv::GStreamingCompiled::priv()
{
return *m_priv;
}

#endif // GAPI_STANDALONE

0 comments on commit e5ed22b

Please sign in to comment.