X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit-third-party%2Futc-Dali-Flexbox-Layout.cpp;h=0ae564fe3ecaa8be874ec2bc4e7856e13020019f;hp=465e7f3d8ee9d915a5f5fcd7948820a864d5f8fd;hb=71f37f16f983957d32defb8456fade32c99fcfef;hpb=6d96d7c0b6a74a5fe927dcaa2d9b1fae932af08d diff --git a/automated-tests/src/dali-toolkit-third-party/utc-Dali-Flexbox-Layout.cpp b/automated-tests/src/dali-toolkit-third-party/utc-Dali-Flexbox-Layout.cpp index 465e7f3..0ae564f 100644 --- a/automated-tests/src/dali-toolkit-third-party/utc-Dali-Flexbox-Layout.cpp +++ b/automated-tests/src/dali-toolkit-third-party/utc-Dali-Flexbox-Layout.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ #include -#include +#include // GTest fails to compile with "error: return-statement with a value, in function returning 'void'" error // if using dali assert function so define new assert with returning void. #define _ASSERT_H_