diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 18:56:29 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 18:56:29 +0100 |
commit | ba7e4da305101440eed3f929abccbcffc9659cc3 (patch) | |
tree | 1923e18e4fa56a63e7cf2882b197a2a18c2d307c | |
parent | 0de54e2ab155c0ff600030e9fbb5934e90fd3959 (diff) |
fix ubuntu build
-rw-r--r-- | compat/int-hash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/int-hash.cpp b/compat/int-hash.cpp index 3579a9c3..d4f49bd3 100644 --- a/compat/int-hash.cpp +++ b/compat/int-hash.cpp @@ -2,6 +2,7 @@ #include "int-hash.hpp" #include <Corrade/Containers/StringView.h> #include <bit> +#include <utility> namespace floormat { |