From a0f6324999000f3ceca00b73da6147d69bf4cc91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sat, 29 Apr 2023 13:09:53 +0200 Subject: [PATCH] Try to fix GCC 13 compilation errors --- include/Base64.h | 1 + include/libgourou.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/Base64.h b/include/Base64.h index e5b4930..548b9f1 100644 --- a/include/Base64.h +++ b/include/Base64.h @@ -26,6 +26,7 @@ */ #include +#include namespace macaron { diff --git a/include/libgourou.h b/include/libgourou.h index 706504a..7093f8d 100644 --- a/include/libgourou.h +++ b/include/libgourou.h @@ -27,6 +27,7 @@ #include "drmprocessorclient.h" #include +#include #ifndef HOBBES_DEFAULT_VERSION #define HOBBES_DEFAULT_VERSION "10.0.4"