aboutsummaryrefslogtreecommitdiffstats
path: root/src/window_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_manager.hpp')
-rw-r--r--src/window_manager.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_manager.hpp b/src/window_manager.hpp
index 7fbd43e..1ab711a 100644
--- a/src/window_manager.hpp
+++ b/src/window_manager.hpp
@@ -29,6 +29,7 @@
#include "hmi-debug.h"
#include "request.hpp"
#include "wm_error.hpp"
+#include "appfw_client.hpp"
struct json_object;
@@ -282,6 +283,7 @@ class WindowManager
std::unordered_map<std::string, std::string> rolenew2old;
PMWrapper pmw;
+ AppFWClient appfw_clt;
static const char* kDefaultOldRoleDb;
};