diff --git a/src/image/formats/Avif.cpp b/src/image/formats/Avif.cpp index 2a29efb..188c951 100644 --- a/src/image/formats/Avif.cpp +++ b/src/image/formats/Avif.cpp @@ -6,6 +6,7 @@ #include #include #include +#include using namespace Hyprutils::Utils; static std::expected loadFromContext(heif_context* ctx) {