diff options
-rw-r--r-- | src/commands.h | 2 | ||||
-rw-r--r-- | src/resources/db/emotedb.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 2526995f8..1c7816cee 100644 --- a/src/commands.h +++ b/src/commands.h @@ -27,6 +27,8 @@ #include <string> +#include "localconsts.h" + class ChatTab; extern ChatTab *localChatTab; diff --git a/src/resources/db/emotedb.h b/src/resources/db/emotedb.h index cc769801b..86ffbf37b 100644 --- a/src/resources/db/emotedb.h +++ b/src/resources/db/emotedb.h @@ -23,6 +23,7 @@ #define RESOURCES_DB_EMOTEDB_H #include <map> +#include <string> #include "localconsts.h" |