mirror of
https://github.com/hyprwm/hyprutils.git
synced 2026-01-09 11:10:14 +01:00
src/cli/ArgumentParser.cpp: clang requires <algorithm>
This commit is contained in:
parent
96df6f6535
commit
ac62e03287
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