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

fix build error on Visual Studio 2012

This commit is contained in:
Tomoaki Teshima
2017-07-20 08:27:02 +09:00
parent 10e6491c22
commit 1989bc33a7
+3
View File
@@ -3,6 +3,9 @@
#include "THGeneral.h"
#include "THDiskFile.h"
#include "THFilePrivate.h"
#if defined(_MSC_VER) && 1600 <= _MSC_VER
#include <cstdint>
#endif
namespace TH
{