IWYU: add cstddef for size_t

Bug: None
Change-Id: I3371cf10150da2c79004f56c799461b97949b18f
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/54421
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Stephan Hartmann 2021-06-14 08:04:18 +00:00 committed by Tint LUCI CQ
parent 906c9cafbb
commit 3dbfbc9460
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef SRC_SEM_BLOCK_STATEMENT_H_
#define SRC_SEM_BLOCK_STATEMENT_H_
#include <cstddef>
#include <vector>
#include "src/sem/statement.h"