From f33f736aabf8a0140070d19788135cc971571d40 Mon Sep 17 00:00:00 2001 From: Agnelo Vaz Date: Thu, 7 Feb 2019 11:07:18 +0000 Subject: [PATCH] Processor separated from core.h Change-Id: I6bad1977b29809f42779d2328e8b656531787e8b --- dali/internal/system/common/singleton-service-impl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dali/internal/system/common/singleton-service-impl.cpp b/dali/internal/system/common/singleton-service-impl.cpp index cb7830b..b7c8769 100755 --- a/dali/internal/system/common/singleton-service-impl.cpp +++ b/dali/internal/system/common/singleton-service-impl.cpp @@ -22,6 +22,7 @@ #include #include #include +#include #include // INTERNAL INCLUDES -- 2.7.4