1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00

Build fix for Windows RT.

This commit is contained in:
Alexander Smorkalov
2013-05-29 01:14:01 -07:00
parent 34c6598752
commit ee591efb9f
+1 -1
View File
@@ -1,7 +1,7 @@
#include "opencv2/contrib/contrib.hpp"
#ifdef WIN32
#if defined(WIN32) || defined(_WIN32)
#include <windows.h>
#include <tchar.h>
#else