summaryrefslogtreecommitdiff
path: root/src/gui/models/tablemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/tablemodel.h')
-rw-r--r--src/gui/models/tablemodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/models/tablemodel.h b/src/gui/models/tablemodel.h
index dc3462f19..f28a60a6f 100644
--- a/src/gui/models/tablemodel.h
+++ b/src/gui/models/tablemodel.h
@@ -23,8 +23,9 @@
#ifndef GUI_MODELS_TABLEMODEL_H
#define GUI_MODELS_TABLEMODEL_H
+#include "utils/vector.h"
+
#include <set>
-#include <vector>
#include "localconsts.h"