diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-11 11:03:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-11 11:03:46 +0100 |
commit | a31b4f4c6eaa7a2e5e5986a4dee5acbd94ada8d1 (patch) | |
tree | 8badf2d287de82a68f6fb6e72e784e15246b25d0 | |
parent | 3503873c7b54c013e7cfe8f73ce8485862348592 (diff) |
Missing includes
Change-Id: I5cade452b4567886c5587be927af7caaa24d92b4
-rw-r--r-- | linguistic/source/hyphdsp.cxx | 4 | ||||
-rw-r--r-- | linguistic/source/spelldta.cxx | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/linguistic/source/hyphdsp.cxx b/linguistic/source/hyphdsp.cxx index 981e8317db49..0ab84859f81a 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 d06651053558..ffe86417b947 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" |