diff options
Diffstat (limited to 'src/nodedef.h')
-rw-r--r-- | src/nodedef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h index 97697e746..a0b5fc69e 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef SERVER #include "client/tile.h" #include "shader.h" +#include <IMeshManipulator.h> class Client; #endif #include "itemgroup.h" |