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
This commit is contained in:
Michael Stahl
2016-11-21 12:05:05 +01:00
parent a57300a5fc
commit e2f08f9def
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include "odbc/OFunctions.hxx"
#include <com/sun/star/sdbc/DataType.hpp>
#include <osl/diagnose.h>
#include <osl/endian.h>
#include "odbc/OConnection.hxx"
#include <rtl/ustrbuf.hxx>

View File

@@ -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>