From: Andrew Cox Date: Thu, 19 Feb 2015 00:18:24 +0000 (+0000) Subject: Include to compensate for core inclusion cleanup X-Git-Tag: dali_1.0.31~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d822ce5f3dde92d5e06d474ae8868180e56f9b4;p=platform%2Fcore%2Fuifw%2Fdali-demo.git Include to compensate for core inclusion cleanup Follows core patch: https://review.tizen.org/gerrit/#/c/35596 , adaptor patch: https://review.tizen.org/gerrit/#/c/35597/ and toolkit patch: https://review.tizen.org/gerrit/#/c/35598/ Change-Id: I074c8b1b77d2da44067a0200e851291e21774f2c Signed-off-by: Andrew Cox --- diff --git a/examples/builder/dali-builder.cpp b/examples/builder/dali-builder.cpp index 9c97fec..9f70d71 100644 --- a/examples/builder/dali-builder.cpp +++ b/examples/builder/dali-builder.cpp @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/examples/builder/examples.cpp b/examples/builder/examples.cpp index fdebce4..e93a072 100644 --- a/examples/builder/examples.cpp +++ b/examples/builder/examples.cpp @@ -33,6 +33,7 @@ #include #include #include +#include //#include #include "sys/stat.h" diff --git a/examples/hello-world/hello-world-example.cpp b/examples/hello-world/hello-world-example.cpp index f018779..d441dcc 100644 --- a/examples/hello-world/hello-world-example.cpp +++ b/examples/hello-world/hello-world-example.cpp @@ -16,6 +16,7 @@ */ #include +#include using namespace Dali; diff --git a/examples/image/image-scaling-irregular-grid/image-scaling-irregular-grid-example.cpp b/examples/image/image-scaling-irregular-grid/image-scaling-irregular-grid-example.cpp index e0276c2..cdc3e6b 100644 --- a/examples/image/image-scaling-irregular-grid/image-scaling-irregular-grid-example.cpp +++ b/examples/image/image-scaling-irregular-grid/image-scaling-irregular-grid-example.cpp @@ -45,6 +45,7 @@ #include #include #include +#include // INTERNAL INCLUDES #include "grid-flags.h" diff --git a/examples/new-window/new-window-example.cpp b/examples/new-window/new-window-example.cpp index 4de0f85..a6f98c0 100644 --- a/examples/new-window/new-window-example.cpp +++ b/examples/new-window/new-window-example.cpp @@ -16,6 +16,8 @@ #include #include "../shared/view.h" +#include +#include using namespace Dali; using namespace Dali::Toolkit; diff --git a/examples/page-turn-view/page-turn-view-example.cpp b/examples/page-turn-view/page-turn-view-example.cpp index 9d10ca0..fa412ad 100644 --- a/examples/page-turn-view/page-turn-view-example.cpp +++ b/examples/page-turn-view/page-turn-view-example.cpp @@ -15,11 +15,12 @@ * */ +#include +#include #include #include #include -#include -#include +#include using namespace Dali; using namespace Dali::Toolkit; diff --git a/examples/shadows/shadow-bone-lighting-example.cpp b/examples/shadows/shadow-bone-lighting-example.cpp index a4882a2..053eb65 100644 --- a/examples/shadows/shadow-bone-lighting-example.cpp +++ b/examples/shadows/shadow-bone-lighting-example.cpp @@ -20,6 +20,7 @@ #include #include +#include using namespace Dali; using namespace Dali::Toolkit;