diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-13 23:50:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-13 23:50:42 +0300 |
commit | 16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1 (patch) | |
tree | 1db34fd6c50a1421ac186a3652f1e43494881286 /src/gui/widgets/equipmentpage.h | |
parent | f5c004a94061cab1685fa063b039dc2eec29cbbe (diff) | |
download | ManaVerse-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.gz ManaVerse-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.bz2 ManaVerse-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.xz ManaVerse-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.zip |
Add vector.h for use different vectors.
Also replace <vector> include into "utils/vector.h"
Diffstat (limited to 'src/gui/widgets/equipmentpage.h')
-rw-r--r-- | src/gui/widgets/equipmentpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/equipmentpage.h b/src/gui/widgets/equipmentpage.h index 9e7670bbe..33cbbf13f 100644 --- a/src/gui/widgets/equipmentpage.h +++ b/src/gui/widgets/equipmentpage.h @@ -21,7 +21,7 @@ #ifndef GUI_WIDGETS_EQUIPMENTPAGE_H #define GUI_WIDGETS_EQUIPMENTPAGE_H -#include <vector> +#include "utils/vector.h" #include "localconsts.h" |