Browse Source

Merge pull request #17 from cloudwu/fixbuild

fix build for mingw/gcc
Branimir Karadžić 7 years ago
parent
commit
81e493d7a5
1 changed files with 1 additions and 0 deletions
  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