Commit 1989bc33 authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix build error on Visual Studio 2012

parent 10e6491c
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
#include "THGeneral.h" #include "THGeneral.h"
#include "THDiskFile.h" #include "THDiskFile.h"
#include "THFilePrivate.h" #include "THFilePrivate.h"
#if defined(_MSC_VER) && 1600 <= _MSC_VER
#include <cstdint>
#endif
namespace TH namespace TH
{ {
......
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