Version 24.8.3.2, tag libreoffice-24.8.3.2
[LibreOffice.git] / external / pdfium / system-abseil.diff
blob841bc8ce946832247039c7bd1a3f1d273b2aa441
1 --- core/fpdfapi/page/cpdf_sampledfunc.cpp 2023-12-15 23:27:10.955659091 +0100
2 +++ core/fpdfapi/page/cpdf_sampledfunc.cpp 2023-12-15 23:27:43.420136476 +0100
3 @@ -16,8 +16,11 @@
4 #include "core/fxcrt/cfx_bitstream.h"
5 #include "core/fxcrt/fx_memory_wrappers.h"
6 #include "core/fxcrt/fx_safe_types.h"
7 +#ifdef USE_SYSTEM_ABSEIL
8 +#include <absl/container/inlined_vector.h>
9 +#else
10 #include "third_party/abseil-cpp/absl/container/inlined_vector.h"
12 +#endif
13 namespace {
15 // See PDF Reference 1.7, page 170, table 3.36.