瀏覽代碼

Fix for issue #177 with mingw

xantares 11 年之前
父節點
當前提交
f48c8eccce
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
 
 // Some runtime headers
+#include <cstring>
 #include <sys/types.h>
 #include <memory.h>
 #include <math.h>