diff options
Diffstat (limited to 'src/map/party.hpp')
-rw-r--r-- | src/map/party.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/party.hpp b/src/map/party.hpp index 80679ad..5ad6c03 100644 --- a/src/map/party.hpp +++ b/src/map/party.hpp @@ -3,6 +3,8 @@ #include <functional> +#include "../strings/fwd.hpp" + #include "map.hpp" struct party; |