diff options
Diffstat (limited to '')
-rw-r--r-- | source/Blocks/BlockLever.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockLever.cpp b/source/Blocks/BlockLever.cpp index 6dbff10c1..f2ca1805a 100644 --- a/source/Blocks/BlockLever.cpp +++ b/source/Blocks/BlockLever.cpp @@ -3,7 +3,7 @@ #include "BlockLever.h" #include "../Item.h" #include "../World.h" -#include "../Player.h" +#include "../Entities/Player.h" #include "../Simulator/RedstoneSimulator.h" |