diff options
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r-- | src/gui/shop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shop.h b/src/gui/shop.h index 4589e01a..e256f869 100644 --- a/src/gui/shop.h +++ b/src/gui/shop.h @@ -24,7 +24,7 @@ #ifndef _SHOP_H #define _SHOP_H -#include <iosfwd> +#include <string> struct ITEM_SHOP { std::string name; |