Commit fb912e1b authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #7295 from lupustr3:pvlasov/vs11_compat_fix

parents 26ecf2f3 0a9470bf
...@@ -45,7 +45,9 @@ ...@@ -45,7 +45,9 @@
#include <string> #include <string>
#include <sstream> #include <sstream>
#include <iostream> // std::cerr #include <iostream> // std::cerr
#if !(defined _MSC_VER) || (defined _MSC_VER && _MSC_VER > 1700)
#include <inttypes.h> #include <inttypes.h>
#endif
#define CV_OPENCL_ALWAYS_SHOW_BUILD_LOG 0 #define CV_OPENCL_ALWAYS_SHOW_BUILD_LOG 0
#define CV_OPENCL_SHOW_RUN_ERRORS 0 #define CV_OPENCL_SHOW_RUN_ERRORS 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment