Fix THREADING=SEQ build failure on Windows (#8699)
This commit is contained in:
parent
c37521d097
commit
de639899a6
@ -11,6 +11,7 @@
|
||||
#include "ie_parallel.hpp"
|
||||
#include "threading/ie_istreams_executor.hpp"
|
||||
|
||||
#if ((IE_THREAD == IE_THREAD_TBB) || (IE_THREAD == IE_THREAD_TBB_AUTO))
|
||||
namespace InferenceEngine {
|
||||
/**
|
||||
* @class TBBStreamsExecutor
|
||||
@ -31,3 +32,4 @@ private:
|
||||
std::unique_ptr<Impl> _impl;
|
||||
};
|
||||
} // namespace InferenceEngine
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user