mirror of https://github.com/AxioDL/tinyxml2.git
add missing header for mac
This commit is contained in:
parent
4de93471f8
commit
52913d12c9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue