linguistic/source/hyphdsp.cxx | 4 ++++ linguistic/source/spelldta.cxx | 1 + 2 files changed, 5 insertions(+)
New commits: commit a31b4f4c6eaa7a2e5e5986a4dee5acbd94ada8d1 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Nov 11 11:03:46 2015 +0100 Missing includes Change-Id: I5cade452b4567886c5587be927af7caaa24d92b4 diff --git a/linguistic/source/hyphdsp.cxx b/linguistic/source/hyphdsp.cxx index 981e831..0ab8485 100644 --- a/linguistic/source/hyphdsp.cxx +++ b/linguistic/source/hyphdsp.cxx @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <algorithm> + #include <cppuhelper/factory.hxx> #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp> diff --git a/linguistic/source/spelldta.cxx b/linguistic/source/spelldta.cxx index d066510..ffe8641 100644 --- a/linguistic/source/spelldta.cxx +++ b/linguistic/source/spelldta.cxx @@ -24,6 +24,7 @@ #include <tools/debug.hxx> #include <osl/mutex.hxx> +#include <algorithm> #include <vector> #include "linguistic/spelldta.hxx" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits