Fix sample WIN compilation

This commit is contained in:
SergeyIvanov87 2022-07-12 13:08:55 +03:00
parent 2b2ba534e2
commit ff31f90b7e

View File

@ -16,6 +16,7 @@
#ifdef HAVE_INF_ENGINE
#include <inference_engine.hpp> // ParamMap
#endif // HAVE_INF_ENGINE
#ifdef HAVE_DIRECTX
#ifdef HAVE_D3D11
@ -29,10 +30,8 @@
#pragma comment(lib, "dxgi")
#undef NOMINMAX
#undef D3D11_NO_HELPERS
#endif // HAVE_D3D11
#endif // HAVE_DIRECTX
#endif // HAVE_INF_ENGINE
#ifdef __linux__
#if defined(HAVE_VA) || defined(HAVE_VA_INTEL)