Build fix for Windows RT.

This commit is contained in:
Alexander Smorkalov 2013-05-29 01:14:01 -07:00
parent 34c6598752
commit ee591efb9f

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