X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Flayouting%2Fmeasure-spec.h;h=cc24dc2e6274938446f3a8852509d6df1dd17d76;hb=20125e47f9f183b0d39972ada01280da8984d942;hp=92a03f29bb577c95c88ef83002ba4ade1124b7bf;hpb=c87446dd57403afc21d11544d162df31c00922ee;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/layouting/measure-spec.h b/dali-toolkit/devel-api/layouting/measure-spec.h old mode 100644 new mode 100755 index 92a03f2..cc24dc2 --- a/dali-toolkit/devel-api/layouting/measure-spec.h +++ b/dali-toolkit/devel-api/layouting/measure-spec.h @@ -17,8 +17,10 @@ * limitations under the License. */ +#include #include #include +#include #include @@ -32,7 +34,7 @@ namespace Toolkit * how to be measured. For instance, it may measure a child with an exact width and an unspecified * height in order to determine height for width. */ -class DALI_IMPORT_API MeasureSpec +class DALI_TOOLKIT_API MeasureSpec { public: using IntType = LayoutLength::IntType;