]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Fix github build problems #2
authorElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 4 Nov 2020 15:41:49 +0000 (16:41 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 4 Nov 2020 15:41:49 +0000 (16:41 +0100)
src/client/clientobject.h

index d921270ca83bd6869437a1fa495132f92b48ee81..7b451eb3629439c3838be76ec68711e31a3f3da7 100644 (file)
@@ -22,9 +22,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "irrlichttypes_extrabloated.h"
 #include "activeobject.h"
 #include <ISceneNode.h>
+#include <IMeshSceneNode.h>
 #include <unordered_map>
 #include <unordered_set>
 
+
+
 class ClientEnvironment;
 class ITextureSource;
 class Client;