From 1c20da88f9b0a977c324cd044853b3a5f0176658 Mon Sep 17 00:00:00 2001 From: KimLS Date: Sun, 10 Mar 2019 00:53:08 -0800 Subject: [PATCH] Compile error fixes --- zone/net.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zone/net.cpp b/zone/net.cpp index 2c4681314..a057b411a 100644 --- a/zone/net.cpp +++ b/zone/net.cpp @@ -43,6 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include "../common/spdat.h" #include "../common/eqemu_logsys.h" #include "../common/eqemu_logsys_fmt.h" +#include "../common/net/console_server.h" #include "zone_config.h" #include "masterentity.h" @@ -120,6 +121,7 @@ double frame_time = 0.0; void Shutdown(); extern void MapOpcodes(); +void RegisterConsoleFunctions(std::unique_ptr &console); int main(int argc, char** argv) { RegisterExecutablePlatform(ExePlatformZone);