IWYU: add missing include for size_t

Bug: None
Change-Id: Idbb024aa136da5327caae796876ee80222d46a39
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/37140
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Stephan Hartmann 2021-01-11 08:20:02 +00:00 committed by Commit Bot service account
parent 3a04055973
commit 1670c5184b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef COMMON_ALLOC_H_
#define COMMON_ALLOC_H_
#include <cstddef>
#include <new>
template <typename T>