summaryrefslogtreecommitdiff
path: root/src/net/worldinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/worldinfo.h')
-rw-r--r--src/net/worldinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/worldinfo.h b/src/net/worldinfo.h
index fbbb30bfa..8ba2615e7 100644
--- a/src/net/worldinfo.h
+++ b/src/net/worldinfo.h
@@ -55,6 +55,6 @@ struct WorldInfo final
std::string updateHost;
};
-typedef std::vector<WorldInfo*> Worlds;
+typedef STD_VECTOR<WorldInfo*> Worlds;
#endif // NET_WORLDINFO_H