diff options
Diffstat (limited to 'src/party.cpp')
-rw-r--r-- | src/party.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/party.cpp b/src/party.cpp index c9e781b00..b6594672a 100644 --- a/src/party.cpp +++ b/src/party.cpp @@ -23,6 +23,8 @@ #include "actorspritemanager.h" +#include "utils/stringutils.h" + #include "debug.h" static class SortPartyFunctor final |