From ba71f7bec1215c50e25150b1f854a62873e1ef97 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Mon, 15 Jul 2019 14:26:09 +0200 Subject: [PATCH] - fix include error --- src/network/netclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/netclient.h b/src/network/netclient.h index 7dcb0322e79..8c56854e6f0 100644 --- a/src/network/netclient.h +++ b/src/network/netclient.h @@ -23,7 +23,7 @@ #include "netserver.h" #include "netcommand.h" -#include "Playsim/a_dynlight.h" +#include "playsim/a_dynlight.h" class NetClient : public Network {