Compatibility fix for Visual Studio 2012;

This commit is contained in:
Pavel Vlasov 2016-09-16 10:03:42 +03:00
parent aac745c8e4
commit 0a9470bf09

View File

@ -45,7 +45,9 @@
#include <string>
#include <sstream>
#include <iostream> // std::cerr
#if !(defined _MSC_VER) || (defined _MSC_VER && _MSC_VER > 1700)
#include <inttypes.h>
#endif
#define CV_OPENCL_ALWAYS_SHOW_BUILD_LOG 0
#define CV_OPENCL_SHOW_RUN_ERRORS 0