internal: fix missing include for uint8_t (#44)
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

This commit is contained in:
Constantin Piber 2026-04-06 19:35:28 +02:00 committed by GitHub
parent 482d4b7ec3
commit cf95d93d17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <cairo/cairo.h>
#include <string>
#include <expected>