diff options
Diffstat (limited to '')
-rw-r--r-- | source/BlockEntities/DropSpenserEntity.h (renamed from source/DropSpenserEntity.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/DropSpenserEntity.h b/source/BlockEntities/DropSpenserEntity.h index 4918f8dfe..ca9f7dfa3 100644 --- a/source/DropSpenserEntity.h +++ b/source/BlockEntities/DropSpenserEntity.h @@ -11,7 +11,7 @@ #pragma once
#include "BlockEntityWithItems.h"
-#include "UI/WindowOwner.h"
+#include "../UI/WindowOwner.h"
|