summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/models/iconsmodel.h2
-rw-r--r--src/gui/models/itemsmodel.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/models/iconsmodel.h b/src/gui/models/iconsmodel.h
index b462f8a23..fb069f1ee 100644
--- a/src/gui/models/iconsmodel.h
+++ b/src/gui/models/iconsmodel.h
@@ -29,6 +29,8 @@
#include "resources/db/itemdb.h"
+#include <list>
+
#include "localconsts.h"
class IconsModel final : public ListModel
diff --git a/src/gui/models/itemsmodel.h b/src/gui/models/itemsmodel.h
index 83d9f0776..7e238fba3 100644
--- a/src/gui/models/itemsmodel.h
+++ b/src/gui/models/itemsmodel.h
@@ -31,6 +31,8 @@
#include "utils/gettext.h"
+#include <list>
+
#include "localconsts.h"
class ItemsModal final : public ListModel