diff options
Diffstat (limited to 'source/blocks/BlockNote.h')
-rw-r--r-- | source/blocks/BlockNote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blocks/BlockNote.h b/source/blocks/BlockNote.h index 2c439f623..896a5d03b 100644 --- a/source/blocks/BlockNote.h +++ b/source/blocks/BlockNote.h @@ -1,5 +1,5 @@ #pragma once
-#include "Block.h"
+#include "BlockHandler.h"
#include "BlockEntity.h"
class cBlockNoteHandler : public cBlockEntityHandler
|