Add missing includes to fix build

Change-Id: Ifee7a5b4591e640fb99642ff3ddb0e7dd23425ae
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/45381
Commit-Queue: Ben Clayton <bclayton@chromium.org>
Auto-Submit: James Price <jrprice@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
James Price 2021-03-19 11:37:30 +00:00 committed by Commit Bot service account
parent 5bae31dda6
commit b4f11f3ff3
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#include <string>
#include "src/ast/pipeline_stage.h"
namespace tint {
namespace reader {
namespace spirv {

View File

@ -15,6 +15,8 @@
#ifndef SRC_SEMANTIC_TYPE_MAPPINGS_H_
#define SRC_SEMANTIC_TYPE_MAPPINGS_H_
#include <type_traits>
namespace tint {
// Forward declarations