From 23d624e3360d841c3502383c0b353d6851e830b6 Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Mon, 24 Jun 2024 14:55:00 +0300 Subject: [PATCH] Add missing include to namespace.h --- common/maliit/namespace.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/maliit/namespace.h b/common/maliit/namespace.h index 2e47b176..67c29f20 100644 --- a/common/maliit/namespace.h +++ b/common/maliit/namespace.h @@ -15,6 +15,7 @@ #define MALIIT_NAMESPACE_H #include +#include #include //! \ingroup common @@ -114,11 +115,11 @@ namespace Maliit { PreeditTextFormat() : start(0), length(0), preeditFace(PreeditDefault) - {}; + {} PreeditTextFormat(int s, int l, const PreeditFace &face) : start(s), length(l), preeditFace(face) - {}; + {} }; namespace InputMethodQuery