diff options
author | Ira Rice <irarice@gmail.com> | 2008-09-25 01:32:17 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-09-25 01:32:17 +0000 |
commit | 5bf2acfff7bef677790f435f5b8509453d4e55ca (patch) | |
tree | 3c6c1432479debb9200e8ab9b96aecf6efc0ae8e /src | |
parent | c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54 (diff) | |
download | mana-5bf2acfff7bef677790f435f5b8509453d4e55ca.tar.gz mana-5bf2acfff7bef677790f435f5b8509453d4e55ca.tar.bz2 mana-5bf2acfff7bef677790f435f5b8509453d4e55ca.tar.xz mana-5bf2acfff7bef677790f435f5b8509453d4e55ca.zip |
Fixed a bug that prevents compilation in some compilers.
Diffstat (limited to 'src')
-rw-r--r-- | src/being.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index b7f85c63..cc6ba427 100644 --- a/src/being.h +++ b/src/being.h @@ -25,6 +25,7 @@ #define _TMW_BEING_H #include <list> +#include <memory> #include <string> #include <SDL_types.h> #include <vector> |