office-gobmx/external/skia/missing-include.patch.0
Stephan Bergmann 2a82e4cd5e external/skia: Missing include (for std::max)
Change-Id: If15570311857b3d5c7a44777f20df446a0d91ab6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130245
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-02-21 14:18:36 +01:00

10 lines
224 B
Text

--- include/private/SkTArray.h
+++ include/private/SkTArray.h
@@ -17,6 +17,7 @@
#include "include/private/SkTo.h"
#include <string.h>
+#include <algorithm>
#include <initializer_list>
#include <memory>
#include <new>