2a82e4cd5e
Change-Id: If15570311857b3d5c7a44777f20df446a0d91ab6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130245 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
10 lines
224 B
Text
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>
|