commit | c9110b93cb8afc64ebee50a8bb027797ec3958fa | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Oct 07 13:13:58 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Wed Oct 07 13:13:58 2020 +0000 |
tree | 81ae118ce52e0951f0987f5eba669bb9dd400f7d | |
parent | 488d7a9346ff8b63fdba22574ccff1688870e2f3 [diff] |
Add missing #include - fixes build on vs2019 Change-Id: I68bdf5ad1028ac344bca91c055045e5bf81318a3 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/29580 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org>
diff --git a/src/inspector.h b/src/inspector.h index db42b41..6631765 100644 --- a/src/inspector.h +++ b/src/inspector.h
@@ -17,6 +17,7 @@ #include <memory> #include <string> +#include <tuple> #include <vector> #include "src/ast/module.h"