forked from amazingfate/loongoffice
Drop part of build.patch.1, which is no longer needed. Change-Id: Ie68364d473d344904fd55ced2cd0915534fa816c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168838 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
16 lines
521 B
Diff
16 lines
521 B
Diff
--- core/fpdfapi/page/cpdf_sampledfunc.cpp 2023-12-15 23:27:10.955659091 +0100
|
|
+++ core/fpdfapi/page/cpdf_sampledfunc.cpp 2023-12-15 23:27:43.420136476 +0100
|
|
@@ -17,8 +17,11 @@
|
|
#include "core/fxcrt/compiler_specific.h"
|
|
#include "core/fxcrt/fx_memory_wrappers.h"
|
|
#include "core/fxcrt/fx_safe_types.h"
|
|
+#ifdef USE_SYSTEM_ABSEIL
|
|
+#include <absl/container/inlined_vector.h>
|
|
+#else
|
|
#include "third_party/abseil-cpp/absl/container/inlined_vector.h"
|
|
-
|
|
+#endif
|
|
namespace {
|
|
|
|
// See PDF Reference 1.7, page 170, table 3.36.
|