summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-11-21 12:05:05 +0100
committerMichael Stahl <mstahl@redhat.com>2016-11-21 12:47:51 +0100
commite2f08f9def0869460ad38a1c2adb450778290f6e (patch)
tree7e37cfc5720025166aa25d094e7def0cb0f73dfd /sc/qa
parenta57300a5fcabe38a0d8bb4e7218a3d1be9616bbd (diff)
connectivity, sc: 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 -v -E '\.h(xx)?$' | while read f; do case $f in *cxx) grep -L endian\\.h workdir/Dep/CxxObject/${f%.cxx}.d ;; *) grep -L endian\\.h workdir/Dep/CObject/${f%.c}.d ;; esac ; done Change-Id: Iaf589a8235dbc8062840d2716ab843e64b5cb7a2
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/screenshots/screenshots.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx
index 0f1e5a21f9bf..827156187081 100644
--- a/sc/qa/unit/screenshots/screenshots.cxx
+++ b/sc/qa/unit/screenshots/screenshots.cxx
@@ -17,6 +17,7 @@
#include <editeng/editids.hrc>
#include <editeng/editview.hxx>
#include <editeng/outliner.hxx>
+#include <osl/endian.h>
#include <osl/conditn.hxx>
#include <osl/file.hxx>
#include <sfx2/dispatch.hxx>