commit | 52913d12c905b69fa927c39073a6df98b9b6675c | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Tue Mar 13 19:51:59 2012 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Tue Mar 13 19:51:59 2012 -0700 |
tree | a512525e6b5ef7d9196961679903dc5a52bc5e05 | |
parent | 4de93471f896d07227481034c56c5b40fae11670 [diff] [blame] |
add missing header for mac
diff --git a/tinyxml2.h b/tinyxml2.h index 93d8109..0f9f294 100644 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -28,6 +28,7 @@ #include <limits.h> #include <ctype.h> #include <stdio.h> +#include <memory.h> // Needed by mac. /* TODO: add 'lastAttribute' for faster parsing.