From cebd737a07f0575da89f72a4410e290253cf1790 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Thu, 23 Mar 2023 18:48:43 +0900 Subject: [PATCH] Add public header files to dali-toolkit.h Change-Id: I05cd67275014800ea3d3014c9040a3c0d4e3ec83 --- dali-toolkit/dali-toolkit.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dali-toolkit/dali-toolkit.h b/dali-toolkit/dali-toolkit.h index 99621c8..e85d2d2 100644 --- a/dali-toolkit/dali-toolkit.h +++ b/dali-toolkit/dali-toolkit.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -53,6 +53,8 @@ #include #include +#include +#include #include #include @@ -62,10 +64,10 @@ #include #include -#include #include -#include +#include #include +#include #include #include -- 2.7.4