From: Adeel Kazmi Date: Mon, 25 Mar 2024 15:41:44 +0000 (+0000) Subject: Fix compilation issue with g++ 11.4.0 X-Git-Tag: dali_2.3.17~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F308441%2F1;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git Fix compilation issue with g++ 11.4.0 Change-Id: I5e9fad29c76d559034c2c4ed1fadabb2a77fc1c3 --- diff --git a/dali/internal/graphics/gles-impl/gles-texture-dependency-checker.h b/dali/internal/graphics/gles-impl/gles-texture-dependency-checker.h index 63b1127..fd19c1f 100644 --- a/dali/internal/graphics/gles-impl/gles-texture-dependency-checker.h +++ b/dali/internal/graphics/gles-impl/gles-texture-dependency-checker.h @@ -17,6 +17,10 @@ * limitations under the License. */ +// EXTERNAL INCLUDES +#include + +// INTERNAL INCLUDES #include namespace Dali::Graphics