We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e9450 commit cb0d947Copy full SHA for cb0d947
ZlibDecompressor.cpp
@@ -8,6 +8,7 @@
8
*/
9
10
#include <zlib.h>
11
+#include <stdint.h>
12
#include "ZlibDecompressor.h"
13
14
ZlibDecompressor::ZlibDecompressor(const unsigned char *data, std::size_t size):
0 commit comments