mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2025-12-20 14:30:03 +01:00
formats: include vector header (#34)
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
Fixes error `no member named 'vector' in namespace 'std'` on llvm/musl
This commit is contained in:
parent
157cc52065
commit
621e2e00f1
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include <filesystem>
|
||||
#include <hyprutils/utils/ScopeGuard.hpp>
|
||||
#include <libheif/heif.h>
|
||||
#include <vector>
|
||||
using namespace Hyprutils::Utils;
|
||||
|
||||
static std::expected<cairo_surface_t*, std::string> loadFromContext(heif_context* ctx) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue