From 4a487d2c95dd35156a289405e96c39125a5e3952 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 3 Aug 2018 22:48:35 +0200 Subject: Added necessary using directive --- framework/src/domain/contactcontroller.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/src/domain/contactcontroller.cpp b/framework/src/domain/contactcontroller.cpp index 32c6d2a2..18e599e0 100644 --- a/framework/src/domain/contactcontroller.cpp +++ b/framework/src/domain/contactcontroller.cpp @@ -23,6 +23,8 @@ #include #include +using namespace Sink::ApplicationDomain; + class MailsController : public Kube::ListPropertyController { public: -- cgit v1.2.3