diff --git a/modules/highgui/src/window_winrt.cpp b/modules/highgui/src/window_winrt.cpp index 4bd3e1ab23..1572929b90 100644 --- a/modules/highgui/src/window_winrt.cpp +++ b/modules/highgui/src/window_winrt.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include "window_winrt_bridge.hpp" #define CV_WINRT_NO_GUI_ERROR( funcname ) \ { \ @@ -281,4 +281,4 @@ double cvGetModeWindow_WinRT(const char* name) { CV_IMPL int cvStartWindowThread() { CV_WINRT_NO_GUI_ERROR("cvStartWindowThread"); return CV_StsNotImplemented; -} \ No newline at end of file +}