Commit 94253e8b authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix build error on Visual Studio 2013 and earlier

parent e225850c
......@@ -12,6 +12,9 @@
#include <sstream>
#include <string>
#include <iterator>
#ifdef _MSC_VER
#include <cstdint>
#endif // _MSC_VER
#define USE_ZLIB 1
#if USE_ZLIB
......
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