Quellcode durchsuchen

add missing header for mac

Lee Thomason vor 14 Jahren
Ursprung
Commit
52913d12c9
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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.