Skip to content

Commit cb0d947

Browse files
committed
Fixed LLVM support.
1 parent 28e9450 commit cb0d947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ZlibDecompressor.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*/
99

1010
#include <zlib.h>
11+
#include <stdint.h>
1112
#include "ZlibDecompressor.h"
1213

1314
ZlibDecompressor::ZlibDecompressor(const unsigned char *data, std::size_t size):

0 commit comments

Comments
 (0)