From 39d3bbb601524c77ec6b2af27aee12224c9e95f4 Mon Sep 17 00:00:00 2001 From: shimat Date: Sat, 4 Apr 2020 09:39:28 +0900 Subject: [PATCH] fix error at #include --- modules/highgui/src/window_winrt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}