summaryrefslogtreecommitdiff
path: root/src/gui/models/shopitems.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-13 23:50:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-13 23:50:42 +0300
commit16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1 (patch)
tree1db34fd6c50a1421ac186a3652f1e43494881286 /src/gui/models/shopitems.h
parentf5c004a94061cab1685fa063b039dc2eec29cbbe (diff)
downloadplus-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.gz
plus-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.bz2
plus-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.xz
plus-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.zip
Add vector.h for use different vectors.
Also replace <vector> include into "utils/vector.h"
Diffstat (limited to 'src/gui/models/shopitems.h')
-rw-r--r--src/gui/models/shopitems.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/models/shopitems.h b/src/gui/models/shopitems.h
index d162ce524..8bb6719d7 100644
--- a/src/gui/models/shopitems.h
+++ b/src/gui/models/shopitems.h
@@ -30,8 +30,7 @@
#include "gui/models/listmodel.h"
#include "utils/cast.h"
-
-#include <vector>
+#include "utils/vector.h"
#include "localconsts.h"