From fbf24f274c81b260fb3d6689cd13086176f549a2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 25 Feb 2024 06:21:06 +0100 Subject: fix build --- src/search-cache.cpp | 1 - src/search-cache.hpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/search-cache.cpp b/src/search-cache.cpp index fae54107..511d72b4 100644 --- a/src/search-cache.cpp +++ b/src/search-cache.cpp @@ -1,7 +1,6 @@ #include "search-cache.hpp" #include "search-constants.hpp" #include "world.hpp" -#include #include namespace floormat::Search { diff --git a/src/search-cache.hpp b/src/search-cache.hpp index c205e36f..ee6f7537 100644 --- a/src/search-cache.hpp +++ b/src/search-cache.hpp @@ -1,6 +1,7 @@ #pragma once #include "compat/defs.hpp" #include "point.hpp" +#include #include #include -- cgit v1.2.3