瀏覽代碼

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.