mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #10856 from tomoaki0705:fixVisualStudioFixedWidthInt
This commit is contained in:
commit
42b25d747b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user