diff options
-rw-r--r-- | cppcanvas/source/inc/implrenderer.hxx | 2 | ||||
-rw-r--r-- | include/oox/helper/helper.hxx | 1 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8scan.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/headless/svpgdi.hxx | 1 |
4 files changed, 5 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> diff --git a/include/oox/helper/helper.hxx b/include/oox/helper/helper.hxx index 1d274b116ffc..2dc924360227 100644 --- a/include/oox/helper/helper.hxx +++ b/include/oox/helper/helper.hxx @@ -26,6 +26,7 @@ #include <cstring> #include <limits> +#include <osl/endian.h> #include <rtl/math.hxx> #include <rtl/string.hxx> #include <rtl/textenc.h> diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx index 6364c47c40c1..3587a9fabdf5 100644 --- a/sw/source/filter/ww8/ww8scan.hxx +++ b/sw/source/filter/ww8/ww8scan.hxx @@ -31,6 +31,7 @@ #include <unordered_map> #include <vector> +#include <osl/endian.h> #include <tools/solar.h> #include <rtl/ustring.hxx> #include "sortedarray.hxx" diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx index 4373d10b33ae..1ef0f3283474 100644 --- a/vcl/inc/headless/svpgdi.hxx +++ b/vcl/inc/headless/svpgdi.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_VCL_INC_HEADLESS_SVPGDI_HXX #define INCLUDED_VCL_INC_HEADLESS_SVPGDI_HXX +#include <osl/endian.h> #include <vcl/sysdata.hxx> #include <vcl/metric.hxx> #include <config_cairo_canvas.h> |