diff options
Diffstat (limited to 'src/Simulator/IncrementalRedstoneSimulator/CommandBlockHandler.h')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator/CommandBlockHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator/CommandBlockHandler.h b/src/Simulator/IncrementalRedstoneSimulator/CommandBlockHandler.h index 672a4927b..f059c5fb3 100644 --- a/src/Simulator/IncrementalRedstoneSimulator/CommandBlockHandler.h +++ b/src/Simulator/IncrementalRedstoneSimulator/CommandBlockHandler.h @@ -2,7 +2,7 @@ #pragma once #include "RedstoneHandler.h" -#include "BlockEntities/CommandBlockEntity.h" +#include "../../BlockEntities/CommandBlockEntity.h" |