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 <rharrison@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Ryan Harrison 2020-12-15 19:59:59 +00:00 committed by Commit Bot service account
parent b35ae00239
commit fea4c14580
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "common/UnderlyingType.h" #include "common/UnderlyingType.h"
#include <array> #include <array>
#include <cstddef>
#include <type_traits> #include <type_traits>
namespace ityp { namespace ityp {