From f5f257685c17eabbeb7e73bcf4354d162b61794b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sat, 29 Apr 2023 13:10:31 +0200 Subject: [PATCH] Try to fix GCC 13 compilation errors --- include/uPDFObject.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uPDFObject.h b/include/uPDFObject.h index 496aadb..5f9b771 100644 --- a/include/uPDFObject.h +++ b/include/uPDFObject.h @@ -20,6 +20,7 @@ #ifndef _UPDFOBJECT_HPP_ #define _UPDFOBJECT_HPP_ +#include #include "uPDFTypes.h" namespace uPDFParser