office-gobmx/external/libetonyek/include.patch
Stephan Bergmann 1962ec3767 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 <stephan.bergmann@allotropia.de>
2024-05-30 17:37:43 +02:00

10 lines
196 B
Diff

--- 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>