Fix compilation errors
Change-Id: I4cb46d93559089894d8cecb4ff24b87d208b0f85 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/18021 Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
parent
136fa11d53
commit
48442a6cee
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include "src/ast/float_literal.h"
|
||||
|
||||
#include <limits>
|
||||
#include <sstream>
|
||||
|
||||
namespace tint {
|
||||
|
|
|
@ -169,4 +169,3 @@ TEST_F(BuilderTest, Literal_F32_Dedup) {
|
|||
} // namespace spirv
|
||||
} // namespace writer
|
||||
} // namespace tint
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue