resource-loader: include scoped_ptr header 17/31917/1 submit/tizen_common/20141212.092449 submit/tizen_common/20141212.112856
authorChanho Park <chanho61.park@samsung.com>
Fri, 12 Dec 2014 04:28:40 +0000 (13:28 +0900)
committerChanho Park <chanho61.park@samsung.com>
Fri, 12 Dec 2014 04:28:40 +0000 (13:28 +0900)
Since boost version 1.56, scoped_ptr should be included explicitly.
You'll need below to use the latest boost.

 #include <boost/scoped_ptr.hpp>

Change-Id: Id4f4503047bc47d44b4e71253de9db458543382a
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
platform-abstractions/slp/resource-loader/resource-loader.h

index dccb366..87506c6 100644 (file)
@@ -23,6 +23,8 @@
 #include <dali/integration-api/resource-cache.h>
 #include <dali/public-api/common/dali-vector.h>
 
+#include <boost/scoped_ptr.hpp>
+
 #include <string>
 #include <ft2build.h>
 #include FT_FREETYPE_H