summaryrefslogtreecommitdiff
path: root/src/resources/claninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/claninfo.h')
-rw-r--r--src/resources/claninfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/claninfo.h b/src/resources/claninfo.h
index 3e510dcbf..fd96ecf51 100644
--- a/src/resources/claninfo.h
+++ b/src/resources/claninfo.h
@@ -21,6 +21,8 @@
#ifndef RESOURCES_CLANINFO_H
#define RESOURCES_CLANINFO_H
+#include "utils/vector.h"
+
#include <string>
#include "localconsts.h"
@@ -34,7 +36,7 @@ struct ClanInfo final
A_DELETE_COPY(ClanInfo)
- std::string stats;
+ STD_VECTOR<std::string> stats;
int id;
};