image: include span header

Fixes error `no template named 'span' in namespace 'std'` on llvm/musl
This commit is contained in:
LinuxUserGD 2025-07-05 16:11:14 +02:00
parent 13375fa03f
commit c00e9855e4
No known key found for this signature in database
GPG key ID: 463F75EF26BBFC45

View file

@ -1,6 +1,7 @@
#pragma once
#include <string>
#include <span>
#include <cairo/cairo.h>
#include "../cairo/CairoSurface.hpp"
#include <hyprutils/memory/SharedPtr.hpp>