fix error at #include <window_winrt_bridge.hpp>

pull/16975/head
shimat 5 years ago
parent 4d35a46c48
commit 39d3bbb601
  1. 2
      modules/highgui/src/window_winrt.cpp

@ -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 ) \
{ \

Loading…
Cancel
Save