summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/NetServerConfig.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-03 21:39:26 +0200
committerAki <please@ignore.pl>2022-04-03 21:41:25 +0200
commit4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5 (patch)
tree887903aa7cf1ba47d3b372c36f80bd012ead3688 /StarsEx/NetServerConfig.h
parent0703d8f36d02a4b87a8898cc847dc0d4da7bb27f (diff)
downloadstarshatter-4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5.zip
starshatter-4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5.tar.gz
starshatter-4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5.tar.bz2
Fixed missing includes due to changes in Game header
Diffstat (limited to 'StarsEx/NetServerConfig.h')
-rw-r--r--StarsEx/NetServerConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/StarsEx/NetServerConfig.h b/StarsEx/NetServerConfig.h
index be582ce..fb8418f 100644
--- a/StarsEx/NetServerConfig.h
+++ b/StarsEx/NetServerConfig.h
@@ -13,6 +13,7 @@
#include "Types.h"
#include "Game.h"
#include "Text.h"
+#include "List.h"
// +--------------------------------------------------------------------+