Fix compilation issue with g++ 11.4.0 41/308441/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 25 Mar 2024 15:41:44 +0000 (15:41 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 25 Mar 2024 15:41:44 +0000 (15:41 +0000)
Change-Id: I5e9fad29c76d559034c2c4ed1fadabb2a77fc1c3

dali/internal/graphics/gles-impl/gles-texture-dependency-checker.h

index 63b1127..fd19c1f 100644 (file)
  * limitations under the License.
  */
 
+// EXTERNAL INCLUDES
+#include <cstddef>
+
+// INTERNAL INCLUDES
 #include <dali/public-api/common/vector-wrapper.h>
 
 namespace Dali::Graphics