Browse Source

Fix for issue #177 with mingw

xantares 11 năm trước cách đây
mục cha
commit
f48c8eccce
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>