mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2026-05-09 03:38:04 +02:00
image: include span header
Fixes error `no template named 'span' in namespace 'std'` on llvm/musl
This commit is contained in:
parent
13375fa03f
commit
c00e9855e4
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <span>
|
||||
#include <cairo/cairo.h>
|
||||
#include "../cairo/CairoSurface.hpp"
|
||||
#include <hyprutils/memory/SharedPtr.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue