From 4e1f50035e860a00636ca5d804c267119df99601 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sun, 11 Aug 2013 04:09:45 +0200 Subject: Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu --- src/voxel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/voxel.h') diff --git a/src/voxel.h b/src/voxel.h index bed35b57e..fa459444f 100644 --- a/src/voxel.h +++ b/src/voxel.h @@ -22,12 +22,13 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes.h" #include "irr_v3d.h" -#include #include #include "debug.h" +#include "exceptions.h" #include "mapnode.h" #include #include +#include class INodeDefManager; -- cgit v1.2.3