diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-06 02:04:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-06 02:04:56 +0300 |
commit | 3f57d35f0da17e3582c389df3a5fce2b7e436b93 (patch) | |
tree | 4dc470aae51debc44ccd70d10181184abb76eb83 | |
parent | 620c7935ce955a14320b84f704d498adaf5c186c (diff) | |
download | plus-3f57d35f0da17e3582c389df3a5fce2b7e436b93.tar.gz plus-3f57d35f0da17e3582c389df3a5fce2b7e436b93.tar.bz2 plus-3f57d35f0da17e3582c389df3a5fce2b7e436b93.tar.xz plus-3f57d35f0da17e3582c389df3a5fce2b7e436b93.zip |
Fix compilation with some options.
-rw-r--r-- | src/being/playerinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index c0932cfb8..11dbd826c 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -28,6 +28,7 @@ #include "enums/state.h" #include <map> +#include <string> /** * Stat information storage structure. |