Add missing include to fix g3 build

This is needed for std::nullptr_t.

Change-Id: I45780e783a81b29fb173cd3fa59542b5dbda0823
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/49541
Commit-Queue: James Price <jrprice@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Auto-Submit: James Price <jrprice@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
James Price 2021-04-29 16:48:44 +00:00 committed by Commit Bot service account
parent 3189bf02e6
commit 0a45d84fd4
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#ifndef SRC_TYPEPAIR_H_
#define SRC_TYPEPAIR_H_
#include <cstddef>
// X11 likes to #define Bool leading to confusing error messages.
// If its defined, undefine it.
#ifdef Bool