mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-12-20 04:40:08 +01:00
src/cli/ArgumentParser.cpp: clang requires <algorithm> (#91)
This commit is contained in:
parent
96df6f6535
commit
44c2ba0354
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <format>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include <hyprutils/string/String.hpp>
|
||||
#include <hyprutils/memory/Casts.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue