diff options
Diffstat (limited to '')
-rw-r--r-- | src/Generating/PrefabPiecePool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/PrefabPiecePool.h b/src/Generating/PrefabPiecePool.h index af342f023..ff0446b56 100644 --- a/src/Generating/PrefabPiecePool.h +++ b/src/Generating/PrefabPiecePool.h @@ -10,7 +10,7 @@ #pragma once #include <unordered_set> -#include "PieceGenerator.h" +#include "PiecePool.h" #include "Prefab.h" |