summaryrefslogtreecommitdiffstats
path: root/src/Blocks
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-12-13 15:06:55 +0100
committerHowaner <franzi.moos@googlemail.com>2014-12-13 15:06:55 +0100
commitb6fd4002769b3a1d1f2ee875f7ebba99ee1446d0 (patch)
tree11fcc800b589a7a46a30b6346f6d87d407ce5dc0 /src/Blocks
parentMerge pull request #1660 from Seadragon91/master (diff)
downloadcuberite-b6fd4002769b3a1d1f2ee875f7ebba99ee1446d0.tar
cuberite-b6fd4002769b3a1d1f2ee875f7ebba99ee1446d0.tar.gz
cuberite-b6fd4002769b3a1d1f2ee875f7ebba99ee1446d0.tar.bz2
cuberite-b6fd4002769b3a1d1f2ee875f7ebba99ee1446d0.tar.lz
cuberite-b6fd4002769b3a1d1f2ee875f7ebba99ee1446d0.tar.xz
cuberite-b6fd4002769b3a1d1f2ee875f7ebba99ee1446d0.tar.zst
cuberite-b6fd4002769b3a1d1f2ee875f7ebba99ee1446d0.zip
Diffstat (limited to 'src/Blocks')
-rw-r--r--src/Blocks/BlockAnvil.h1
-rw-r--r--src/Blocks/BlockEnchantmentTable.h2
-rw-r--r--src/Blocks/BlockWorkbench.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/src/Blocks/BlockAnvil.h b/src/Blocks/BlockAnvil.h
index 20514580e..abfa0f782 100644
--- a/src/Blocks/BlockAnvil.h
+++ b/src/Blocks/BlockAnvil.h
@@ -4,6 +4,7 @@
#include "BlockHandler.h"
#include "../World.h"
#include "../Entities/Player.h"
+#include "../UI/AnvilWindow.h"
diff --git a/src/Blocks/BlockEnchantmentTable.h b/src/Blocks/BlockEnchantmentTable.h
index 81d2cb9a0..40001f356 100644
--- a/src/Blocks/BlockEnchantmentTable.h
+++ b/src/Blocks/BlockEnchantmentTable.h
@@ -2,7 +2,7 @@
#pragma once
#include "BlockHandler.h"
-#include "../UI/Window.h"
+#include "../UI/EnchantingWindow.h"
#include "../Entities/Player.h"
diff --git a/src/Blocks/BlockWorkbench.h b/src/Blocks/BlockWorkbench.h
index 699badaf2..e40e15606 100644
--- a/src/Blocks/BlockWorkbench.h
+++ b/src/Blocks/BlockWorkbench.h
@@ -2,7 +2,7 @@
#pragma once
#include "BlockHandler.h"
-#include "../UI/Window.h"
+#include "../UI/CraftingWindow.h"
#include "../Entities/Player.h"