mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-25 19:30:13 +01:00
render: include numbers header (#11475)
Fixes error `no member named 'numbers' in namespace 'std'` on llvm/musl
This commit is contained in:
parent
3370a6a83d
commit
d0d728c6a6
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include <hyprgraphics/color/Color.hpp>
|
||||
#include <hyprutils/string/String.hpp>
|
||||
#include <hyprutils/path/Path.hpp>
|
||||
#include <numbers>
|
||||
#include <random>
|
||||
#include <pango/pangocairo.h>
|
||||
#include "OpenGL.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue