external/libetonyek/UnpackedTarball_libetonyek.mk | 1 + external/libetonyek/include.patch | 10 ++++++++++ 2 files changed, 11 insertions(+)
New commits: commit 1962ec376759ef0043eb3c342fd113aa315d6bdc Author: Stephan Bergmann <[email protected]> AuthorDate: Thu May 30 09:25:00 2024 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Thu May 30 17:37:43 2024 +0200 external/libetonyek: Missing include (std::front_inserter) Change-Id: I4caeb6dd3d042b1a5ccbd3355c1b4ae192ab4925 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168242 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/external/libetonyek/UnpackedTarball_libetonyek.mk b/external/libetonyek/UnpackedTarball_libetonyek.mk index 80b3f5c318af..788cf7607710 100644 --- a/external/libetonyek/UnpackedTarball_libetonyek.mk +++ b/external/libetonyek/UnpackedTarball_libetonyek.mk @@ -24,6 +24,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\ external/libetonyek/0002-fix-build-with-MSVC.patch.1 \ external/libetonyek/0001-allow-0-size-message.patch.1 \ external/libetonyek/enumarith.patch \ + external/libetonyek/include.patch \ )) ifneq ($(OS),MACOSX) diff --git a/external/libetonyek/include.patch b/external/libetonyek/include.patch new file mode 100644 index 000000000000..4052d8093e0f --- /dev/null +++ b/external/libetonyek/include.patch @@ -0,0 +1,10 @@ +--- src/lib/IWORKShape.cpp ++++ src/lib/IWORKShape.cpp +@@ -12,6 +12,7 @@ + #include <algorithm> + #include <cmath> + #include <deque> ++#include <iterator> + + #include <glm/glm.hpp> + #include <memory>
