diff options
Diffstat (limited to 'src/voxel.h')
-rw-r--r-- | src/voxel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/voxel.h b/src/voxel.h index 483b4d2a0..e7155dfac 100644 --- a/src/voxel.h +++ b/src/voxel.h @@ -21,6 +21,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #define VOXEL_HEADER #include "irrlichttypes.h" +#include "irr_v3d.h" +#include <irrList.h> #include <iostream> #include "debug.h" #include "mapnode.h" |