diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-10-23 20:07:06 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-10-23 20:07:06 +0000 |
commit | afa57ceea0df1ce1ca494d7794e2f6542befc214 (patch) | |
tree | 9ff57e3e712fcd7f030045d4cc23a2557c09bed6 /tools/tmxcopy/map.cpp | |
parent | 94ad7e84ea9a746e4c52a07de31e9055e00bbdc5 (diff) | |
download | mana-afa57ceea0df1ce1ca494d7794e2f6542befc214.tar.gz mana-afa57ceea0df1ce1ca494d7794e2f6542befc214.tar.bz2 mana-afa57ceea0df1ce1ca494d7794e2f6542befc214.tar.xz mana-afa57ceea0df1ce1ca494d7794e2f6542befc214.zip |
Added missing header and print newline at end of usage instructions
Diffstat (limited to 'tools/tmxcopy/map.cpp')
-rw-r--r-- | tools/tmxcopy/map.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tmxcopy/map.cpp b/tools/tmxcopy/map.cpp index e0212e37..c60409c6 100644 --- a/tools/tmxcopy/map.cpp +++ b/tools/tmxcopy/map.cpp @@ -22,6 +22,7 @@ #include <map> #include <list> +#include <string.h> #include <zlib.h> #include "xmlutils.h" |