diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/clientobject.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/clientobject.h b/src/client/clientobject.h index 7b451eb36..1cde010c7 100644 --- a/src/client/clientobject.h +++ b/src/client/clientobject.h @@ -23,11 +23,12 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "activeobject.h" #include <ISceneNode.h> #include <IMeshSceneNode.h> +#include <IAnimatedMeshSceneNode.h> +#include <IDummyTransformationSceneNode.h> +#include <IBillboardSceneNode.h> #include <unordered_map> #include <unordered_set> - - class ClientEnvironment; class ITextureSource; class Client; |