Преглед изворни кода

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 <ctype.h>
 #include <stdio.h>
+#include <memory.h>		// Needed by mac.
 
 /* 
    TODO: add 'lastAttribute' for faster parsing.