Skip to content

Commit 028d414

Browse files
helantiKalle Lehtonen
authored andcommitted
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 <[email protected]> Reviewed-by: Kalle Lehtonen <[email protected]> (cherry picked from commit e2d8532) Reviewed-by: Roy Mickos <[email protected]> Reviewed-by: Jaakko Helanti <[email protected]>
1 parent 905cd09 commit 028d414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/inputmethod/qcoefepinputcontext_p.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
#include <fepbase.h>
6565
#include <aknedsts.h>
6666
#include <eikccpu.h>
67+
#include <eikedwin.h>
68+
#include <aknedformaccessor.h>
6769

6870
class CAknExtendedInputCapabilities;
6971

0 commit comments

Comments
 (0)