From: Elias Fleckenstein Date: Wed, 4 Nov 2020 15:41:49 +0000 (+0100) Subject: Fix github build problems #2 X-Git-Tag: 05-11-2020~9 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=3af10766fd2b58b068e970266724d7eb10e9316b;p=dragonfireclient.git Fix github build problems #2 --- diff --git a/src/client/clientobject.h b/src/client/clientobject.h index d921270ca..7b451eb36 100644 --- a/src/client/clientobject.h +++ b/src/client/clientobject.h @@ -22,9 +22,12 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes_extrabloated.h" #include "activeobject.h" #include +#include #include #include + + class ClientEnvironment; class ITextureSource; class Client;