mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-12 16:15:55 +00:00
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:
parent
3a04055973
commit
1670c5184b
@ -15,6 +15,7 @@
|
||||
#ifndef COMMON_ALLOC_H_
|
||||
#define COMMON_ALLOC_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <new>
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
x
Reference in New Issue
Block a user