summaryrefslogtreecommitdiff
path: root/src/resources/chatobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/chatobject.h')
-rw-r--r--src/resources/chatobject.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/resources/chatobject.h b/src/resources/chatobject.h
index 431718e41..8ee55c930 100644
--- a/src/resources/chatobject.h
+++ b/src/resources/chatobject.h
@@ -21,7 +21,10 @@
#ifndef RESOURCES_CHATOBJECT_H
#define RESOURCES_CHATOBJECT_H
-#include "resources/image.h"
+#include <map>
+#include <string>
+
+#include "localconsts.h"
struct ChatObject final
{