Files
loongoffice/external/pdfium/include.patch
Stephan Bergmann 8a52cc8972 external/pdfium: Missing include (std::abs)
Change-Id: Ia265f425cae86c671824ad355d6b91001c49adca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163236
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-02-12 15:31:38 +01:00

11 lines
227 B
Diff

--- core/fxge/dib/blend.cpp
+++ core/fxge/dib/blend.cpp
@@ -7,6 +7,7 @@
#include "core/fxge/dib/blend.h"
#include <algorithm>
+#include <cstdlib>
#include "core/fxge/dib/fx_dib.h"
#include "third_party/base/check_op.h"