mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2026-05-05 11:37:59 +02:00
fix: include <charconv> for musl builds
This commit is contained in:
parent
2558659107
commit
78e51bf1ca
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include <cstdint>
|
||||
#include <format>
|
||||
#include <regex>
|
||||
#include <charconv>
|
||||
#include <strings.h>
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue