Skip to content

Commit 42b25d7

Browse files
committed
Merge pull request opencv#10856 from tomoaki0705:fixVisualStudioFixedWidthInt
2 parents 8f0b72b + 94253e8 commit 42b25d7

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)