From b989f1d41a9555b468be386055f924f29cfa638c Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Thu, 2 Jun 2022 21:54:48 +0900 Subject: [PATCH] [Tizen] Fix compile error of touch event Change-Id: I12b8157d590e92650d90a3b5e4cfe67aa512a1ad Signed-off-by: Eunki, Hong --- dali/internal/window-system/common/window-impl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dali/internal/window-system/common/window-impl.cpp b/dali/internal/window-system/common/window-impl.cpp index d9c9ee4..22f4ca5 100644 --- a/dali/internal/window-system/common/window-impl.cpp +++ b/dali/internal/window-system/common/window-impl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include -- 2.7.4