1
0
Эх сурвалжийг харах

add missing header for mac

Lee Thomason 14 жил өмнө
parent
commit
52913d12c9
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      tinyxml2.h

+ 1 - 0
tinyxml2.h

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