aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientobject.h
diff options
context:
space:
mode:
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;