diff options
-rw-r--r-- | src/systems/pondering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systems/pondering.cpp b/src/systems/pondering.cpp index 04b45a1..5143f8e 100644 --- a/src/systems/pondering.cpp +++ b/src/systems/pondering.cpp | |||
@@ -1,5 +1,6 @@ | |||
1 | #include "pondering.h" | 1 | #include "pondering.h" |
2 | #include <queue> | 2 | #include <queue> |
3 | #include <algorithm> | ||
3 | #include "game.h" | 4 | #include "game.h" |
4 | #include "components/ponderable.h" | 5 | #include "components/ponderable.h" |
5 | #include "components/transformable.h" | 6 | #include "components/transformable.h" |