aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientobject.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-04 16:41:49 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-04 16:41:49 +0100
commit3af10766fd2b58b068e970266724d7eb10e9316b (patch)
treec1a49ec4893191d8f3ddf374098fbf2dd7538739 /src/client/clientobject.h
parent16d302c9a1003ca0ce736859273256f488cd46d5 (diff)
downloaddragonfireclient-3af10766fd2b58b068e970266724d7eb10e9316b.tar.xz
Fix github build problems #2
Diffstat (limited to 'src/client/clientobject.h')
-rw-r--r--src/client/clientobject.h3
1 files changed, 3 insertions, 0 deletions
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 <ISceneNode.h>
+#include <IMeshSceneNode.h>
#include <unordered_map>
#include <unordered_set>
+
+
class ClientEnvironment;
class ITextureSource;
class Client;