Skip to content

Commit 94253e8

Browse files
committed
fix build error on Visual Studio 2013 and earlier
1 parent e225850 commit 94253e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/core/src/persistence.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
#include <sstream>
1313
#include <string>
1414
#include <iterator>
15+
#ifdef _MSC_VER
16+
#include <cstdint>
17+
#endif // _MSC_VER
1518

1619
#define USE_ZLIB 1
1720
#if USE_ZLIB

0 commit comments

Comments
 (0)