瀏覽代碼

Include stdlib.h for Android

Vladimir Vukicevic 6 年之前
父節點
當前提交
b1a53f7c4d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      3rdparty/astc-codec/src/base/string_utils.h

+ 1 - 0
3rdparty/astc-codec/src/base/string_utils.h

@@ -17,6 +17,7 @@
 
 #include <limits>
 #include <string>
+#include <stdlib.h>
 
 namespace astc_codec {
 namespace base {