From 2b14fb3a4f92b928f0a5fc536c6a5f4a6e51a9b8 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 21 Nov 2016 12:16:37 +0100 Subject: cppcanvas, oox: add missing #include These files use the macro OSL_BIGENDIAN but did not include the header that defines it. Found via: git grep -l OSL_.*ENDIAN | grep -E '\.h(xx)?$' | while read f; do grep -L endian\\.h $f ; done Change-Id: Iffb36336026e49a9c3d8fcf125a54ec857c7552e --- cppcanvas/source/inc/implrenderer.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cppcanvas/source/inc') diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index ba18b76c4cbd..b9babf1df753 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -28,6 +28,8 @@ #include #include +#include + #include #include -- cgit 4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-08-22 16:32:18 +0200
committerAndras Timar <andras.timar@collabora.com>2019-08-23 14:56:32 +0200
commitb49a932aa80849f62b0c215ac09b304a6ad4d9a0 (patch)
tree5686223334bdc73acf6bf96320b1c2b200a96bbe /external/libatomic_ops/Module_libatomic_ops.mk
parentf717b73d129aaa6a602fdccc6f32952ae7065caf (diff)
build fix