summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-11-21 12:16:37 +0100
committerMichael Stahl <mstahl@redhat.com>2016-11-21 12:47:51 +0100
commit2b14fb3a4f92b928f0a5fc536c6a5f4a6e51a9b8 (patch)
tree64d19e448858cf2f963fa0b16df6913e0587d145 /cppcanvas
parente2f08f9def0869460ad38a1c2adb450778290f6e (diff)
cppcanvas, oox: add missing #include <osl/endian.h>
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
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/inc/implrenderer.hxx2
1 files changed, 2 insertions, 0 deletions
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 <action.hxx>
#include <outdevstate.hxx>
+#include <osl/endian.h>
+
#include <vector>
#include <map>