From 23b26d26d5e75d43a9ff298a48aacd722e8578ff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 29 Aug 2014 11:29:36 +0100 Subject: sigh, simply forgot to include the endian header so the ppc64 bridge was broken Change-Id: Ib60274ed25531f500bcd97f5ea9b04091ce01825 (cherry picked from commit 7da6716e98f22d6cb968c3218b5f4936f868a977) Reviewed-on: https://gerrit.libreoffice.org/11188 Reviewed-by: David Tardon Tested-by: David Tardon --- bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges') diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx index eaee739f4727..acee17dff058 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx @@ -21,7 +21,7 @@ #include #include #include - +#include #include "bridges/cpp_uno/shared/bridge.hxx" #include "bridges/cpp_uno/shared/cppinterfaceproxy.hxx" #include "bridges/cpp_uno/shared/types.hxx" -- cgit v1.2.3