From 01c021f42e359dcae17e5c3187af191a830bb98e Mon Sep 17 00:00:00 2001 From: David Steele Date: Wed, 13 Aug 2014 13:15:04 +0100 Subject: [PATCH] Added dali-common.h to header requiring it. Change-Id: I845c6cbfdc9861c607b5fa6a34436e16d7f62002 Signed-off-by: David Steele --- dali/integration-api/resource-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/integration-api/resource-types.h b/dali/integration-api/resource-types.h index 7cd3766..4a1d730 100644 --- a/dali/integration-api/resource-types.h +++ b/dali/integration-api/resource-types.h @@ -22,6 +22,7 @@ #include // INTERNAL INCLUDES +#include #include #include #include @@ -486,4 +487,3 @@ inline bool operator==(const TextResourceType::GlyphPosition& lhs, const TextRes } // namespace Dali #endif // __DALI_INTEGRATION_RESOURCE_TYPES_H__ - -- 2.7.4