Add missing include for ::testing::Test

Fixes google3 build.

Change-Id: I2ff266754f65c7c4cfd00fa4a85e86712266758e
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/45581
Auto-Submit: James Price <jrprice@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: James Price <jrprice@google.com>
This commit is contained in:
James Price 2021-03-22 19:20:56 +00:00 committed by Commit Bot service account
parent 06feb3f287
commit 570b3d6509
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <string>
#include <vector>
#include "gtest/gtest.h"
#include "src/demangler.h"
#include "src/reader/spirv/parser_impl.h"