From a31b4f4c6eaa7a2e5e5986a4dee5acbd94ada8d1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 11 Nov 2015 11:03:46 +0100 Subject: Missing includes Change-Id: I5cade452b4567886c5587be927af7caaa24d92b4 --- linguistic/source/hyphdsp.cxx | 4 ++++ linguistic/source/spelldta.cxx | 1 + 2 files changed, 5 insertions(+) (limited to 'linguistic/source') 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 + +#include + #include #include #include 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 #include +#include #include #include "linguistic/spelldta.hxx" -- cgit