summaryrefslogtreecommitdiff
path: root/external/pdfium/system-abseil.diff
blob: 841bc8ce946832247039c7bd1a3f1d273b2aa441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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
@@ -16,8 +16,11 @@
 #include "core/fxcrt/cfx_bitstream.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.