diff options
Diffstat (limited to 'src/itemdef.cpp')
-rw-r--r-- | src/itemdef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemdef.cpp b/src/itemdef.cpp index 3b4d2596a..381773bb4 100644 --- a/src/itemdef.cpp +++ b/src/itemdef.cpp @@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapblock_mesh.h" #include "mesh.h" #include "wieldmesh.h" -#include "tile.h" +#include "client/tile.h" #endif #include "log.h" #include "main.h" // g_settings |