fix error at #include <window_winrt_bridge.hpp>

This commit is contained in:
shimat 2020-04-04 09:39:28 +09:00
parent 4d35a46c48
commit 39d3bbb601

View File

@ -33,7 +33,7 @@
#include <assert.h>
#include <opencv2\highgui.hpp>
#include <opencv2\highgui\highgui_winrt.hpp>
#include <window_winrt_bridge.hpp>
#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;
}
}