diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 07:11:10 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 07:11:10 +0100 |
commit | 7645616583a205e6d93c4531dfdafbff699068e7 (patch) | |
tree | 941d1384625aea2443b88ee96f9c95bc66f79b20 /src/search-cache.cpp | |
parent | fbf24f274c81b260fb3d6689cd13086176f549a2 (diff) |
cleanup includes
Diffstat (limited to 'src/search-cache.cpp')
-rw-r--r-- | src/search-cache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search-cache.cpp b/src/search-cache.cpp index 511d72b4..dd73601f 100644 --- a/src/search-cache.cpp +++ b/src/search-cache.cpp @@ -1,5 +1,6 @@ #include "search-cache.hpp" #include "search-constants.hpp" +#include "point.hpp" #include "world.hpp" #include <bitset> |