diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 07:01:32 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 07:01:32 +0100 |
| commit | dbb6d49a5632a26885e6e388128d68fe1932a4ea (patch) | |
| tree | 28ccf74c6fe06c1e79a98fc1d534c9086387b849 /editor/editor.cpp | |
| parent | 2a0f6513132982c17644fc0917ad1f632b2d5b81 (diff) | |
add missing includes
Diffstat (limited to 'editor/editor.cpp')
| -rw-r--r-- | editor/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp index 99948aca..9676a22d 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -6,8 +6,8 @@ #include <Corrade/Containers/StringView.h> -#include <string_view> #include <vector> +#include <algorithm> #include <filesystem> namespace floormat { |
