diff options
Diffstat (limited to 'source/blocks/BlockWorkbench.h')
-rw-r--r-- | source/blocks/BlockWorkbench.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blocks/BlockWorkbench.h b/source/blocks/BlockWorkbench.h index 998e07d9b..776628382 100644 --- a/source/blocks/BlockWorkbench.h +++ b/source/blocks/BlockWorkbench.h @@ -1,6 +1,6 @@ #pragma once
#include "Block.h"
-#include "../UI/cWindow.h"
+#include "../UI/Window.h"
#include "../cPlayer.h"
|