diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 07:20:34 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 07:20:34 +0100 |
| commit | 24a450d1ce240750699115f65800e03feb1cc997 (patch) | |
| tree | 8aa17caa5c799830f1783e6eb08ced782abd1993 | |
| parent | 7645616583a205e6d93c4531dfdafbff699068e7 (diff) | |
fix build
| -rw-r--r-- | main/ctor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/ctor.cpp b/main/ctor.cpp index 1787b3ef..69f965c9 100644 --- a/main/ctor.cpp +++ b/main/ctor.cpp @@ -2,6 +2,7 @@ #include "compat/fpu.hpp" #include "src/search-astar.hpp" #include "src/search.hpp" +#include <algorithm> #include <Corrade/Containers/GrowableArray.h> namespace floormat { |
