diff options
Diffstat (limited to 'src/client/tile.h')
-rw-r--r-- | src/client/tile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/tile.h b/src/client/tile.h index fb1c87371..aadc3e156 100644 --- a/src/client/tile.h +++ b/src/client/tile.h @@ -23,9 +23,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes.h" #include "irr_v3d.h" #include <ITexture.h> -#include <IrrlichtDevice.h> #include <string> #include <vector> +#include <SMaterial.h> #include "util/numeric.h" class IGameDef; |