render: include numbers header (#11475)

Fixes error `no member named 'numbers' in namespace 'std'` on llvm/musl
This commit is contained in:
Linux User 2025-08-19 18:31:01 +00:00 committed by GitHub
parent 3370a6a83d
commit d0d728c6a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"