From 2d7188a3a3679a359e3eb49beb9657027a16b3bd Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 13 Nov 2024 22:06:46 +0100 Subject: [PATCH] Install StructTreeRoot.h again I didn't realize it was usable without being exported --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef0dc236a..574b50deb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -713,6 +713,7 @@ if(ENABLE_UNSTABLE_API_ABI_HEADERS) poppler/Stream-CCITT.h poppler/Stream.h poppler/StructElement.h + poppler/StructTreeRoot.h poppler/UnicodeMap.h poppler/UnicodeMapFuncs.h poppler/UnicodeMapTables.h -- GitLab