From 028d4142bce9fdd1fc9a2bdbb605c805d1a11d5d Mon Sep 17 00:00:00 2001 From: Jaakko Helanti Date: Wed, 4 Jul 2012 16:11:50 +0300 Subject: Fix compilation error Gerrit change I0b9f6205ca1521fc54d3b688ccd1225823263aac is missing two needed header file includes. This task adds them in. Change-Id: I210515cef81bc03a5ad76a4bac3a5a50ad28e37d Reviewed-by: Aapo Haapanen Reviewed-by: Kalle Lehtonen (cherry picked from commit e2d853299cf383cdfbb6aa25aadd4e34a0a3cdca) Reviewed-by: Roy Mickos Reviewed-by: Jaakko Helanti --- src/gui/inputmethod/qcoefepinputcontext_p.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/inputmethod/qcoefepinputcontext_p.h b/src/gui/inputmethod/qcoefepinputcontext_p.h index d799378cf2..7e0892cdb8 100644 --- a/src/gui/inputmethod/qcoefepinputcontext_p.h +++ b/src/gui/inputmethod/qcoefepinputcontext_p.h @@ -64,6 +64,8 @@ #include #include #include +#include +#include class CAknExtendedInputCapabilities; -- cgit v1.2.3