From cf95d93d17baa18f1d9b016b3afe27f820521a6e Mon Sep 17 00:00:00 2001 From: Constantin Piber <59023762+cpiber@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:35:28 +0200 Subject: [PATCH] internal: fix missing include for `uint8_t` (#44) --- src/image/formats/Svg.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/image/formats/Svg.hpp b/src/image/formats/Svg.hpp index 9a5908c..b46039b 100644 --- a/src/image/formats/Svg.hpp +++ b/src/image/formats/Svg.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include