From 8f0f90cbffda62b8bc3283f6987a82d34b78e921 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 31 Aug 2018 09:26:45 +0900 Subject: Fix build error Change-Id: Ifa4052b2d076a3b05bf937a6e2aaf2a7d79ebc13 Signed-off-by: Kazumasa Mitsunari --- src/request.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/request.hpp') diff --git a/src/request.hpp b/src/request.hpp index 84973de..95b8c82 100644 --- a/src/request.hpp +++ b/src/request.hpp @@ -24,6 +24,8 @@ namespace wm { +class WMClient; + enum Task { TASK_ALLOCATE, @@ -53,7 +55,7 @@ struct WMAction std::string area; TaskVisible visible; bool end_draw_finished; - std::shared_ptr client; + std::shared_ptr client; unsigned req_num; }; -- cgit 1.2.3-korg