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:
parent
3189bf02e6
commit
0a45d84fd4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue