소스 검색

fix build for mingw/gcc (macro xx conflict)

Cloud Wu 6 년 전
부모
커밋
d06ca587b9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      3rdparty/astc/astc_codec_internals.h

+ 1 - 0
3rdparty/astc/astc_codec_internals.h

@@ -19,6 +19,7 @@
 
 
 #include <stdint.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <stdlib.h>
+#include <math.h>
 #include "mathlib.h"
 #include "mathlib.h"
 
 
 #ifndef MIN
 #ifndef MIN