From fea4c14580b11322b8ab0ced991dd42141ab4e89 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Tue, 15 Dec 2020 19:59:59 +0000 Subject: [PATCH] Fix missing include that causes Skia builds to fail One of the issues blocking Dawn->Skia rolls Change-Id: Ia3c68edd2c2745586dfb6a778e3a493df20aa66d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/35820 Commit-Queue: Ryan Harrison Commit-Queue: Austin Eng Auto-Submit: Ryan Harrison Reviewed-by: Austin Eng Reviewed-by: Corentin Wallez --- src/common/ityp_array.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/ityp_array.h b/src/common/ityp_array.h index 48e080fa5c..0544de97d6 100644 --- a/src/common/ityp_array.h +++ b/src/common/ityp_array.h @@ -19,6 +19,7 @@ #include "common/UnderlyingType.h" #include +#include #include namespace ityp {