diff options
Diffstat (limited to 'src/path-search.cpp')
-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 { |