Browse Source

Fix for issue #177 with mingw

xantares 11 years ago
parent
commit
f48c8eccce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/assimp/types.h

+ 1 - 0
include/assimp/types.h

@@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define AI_TYPES_H_INC
 #define AI_TYPES_H_INC
 
 
 // Some runtime headers
 // Some runtime headers
+#include <cstring>
 #include <sys/types.h>
 #include <sys/types.h>
 #include <memory.h>
 #include <memory.h>
 #include <math.h>
 #include <math.h>