mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 18:29:23 +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:
committed by
Commit Bot service account
parent
3a04055973
commit
1670c5184b
@@ -15,6 +15,7 @@
|
||||
#ifndef COMMON_ALLOC_H_
|
||||
#define COMMON_ALLOC_H_
|
||||
|
||||
#include <cstddef>
|
||||
#include <new>
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user