Explorar el Código

add missing header for mac

Lee Thomason hace 14 años
padre
commit
52913d12c9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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.