From 4789122e9d7726e5229f1f24b22f108899aab466 Mon Sep 17 00:00:00 2001 From: Agnelo Vaz Date: Thu, 7 Feb 2019 16:23:49 +0000 Subject: [PATCH] Processor interface moved from core.h Change-Id: I598786a682f51a53437e44977fa2a78f450a4255 --- .../dali-toolkit-test-utils/toolkit-singleton-service.cpp | 3 ++- dali-toolkit/internal/layouting/layout-controller-impl.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-singleton-service.cpp b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-singleton-service.cpp index e8c2e8d..7ba5ca4 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-singleton-service.cpp +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-singleton-service.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -21,6 +21,7 @@ #include #include #include +#include namespace Dali { diff --git a/dali-toolkit/internal/layouting/layout-controller-impl.h b/dali-toolkit/internal/layouting/layout-controller-impl.h index 8f78c32..3606dd6 100644 --- a/dali-toolkit/internal/layouting/layout-controller-impl.h +++ b/dali-toolkit/internal/layouting/layout-controller-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_LAYOUT_CONTROLLER_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -18,7 +18,7 @@ */ #include #include -#include +#include #include #include #include -- 2.7.4