Build fix for Windows RT.

pull/1040/head
Alexander Smorkalov 12 years ago
parent 34c6598752
commit ee591efb9f
  1. 2
      modules/contrib/src/inputoutput.cpp

@ -1,7 +1,7 @@
#include "opencv2/contrib/contrib.hpp"
#ifdef WIN32
#if defined(WIN32) || defined(_WIN32)
#include <windows.h>
#include <tchar.h>
#else

Loading…
Cancel
Save