diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 03:40:32 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 03:40:32 +0100 |
| commit | cfb354ce5045aca2cf46ee90df04c9d686bd02cc (patch) | |
| tree | 7bc7f4771dbae992b65232b9fd524dc847bb8889 /src | |
| parent | 33409794cc6744a26ab7355245654c2c7b29eeee (diff) | |
fix build
Diffstat (limited to 'src')
| -rw-r--r-- | src/path-search.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path-search.cpp b/src/path-search.cpp index f9ea1a29..54f0b112 100644 --- a/src/path-search.cpp +++ b/src/path-search.cpp @@ -5,6 +5,7 @@ #include "pass-mode.hpp" #include "RTree-search.hpp" #include "compat/function2.hpp" +#include <bit> namespace floormat { |
