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