فهرست منبع

add missing header for mac

Lee Thomason 14 سال پیش
والد
کامیت
52913d12c9
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tinyxml2.h

+ 1 - 0
tinyxml2.h

@@ -28,6 +28,7 @@ distribution.
 #include <limits.h>
 #include <limits.h>
 #include <ctype.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <stdio.h>
+#include <memory.h>		// Needed by mac.
 
 
 /* 
 /* 
    TODO: add 'lastAttribute' for faster parsing.
    TODO: add 'lastAttribute' for faster parsing.