IWYU: add missing type_traits for std::is_unsigned

Bug: None
Change-Id: Ib39829c39e800534510afb2fb0651d77ba29a2a6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/43440
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
This commit is contained in:
Stephan Hartmann 2021-03-01 20:24:11 +00:00 committed by Commit Bot service account
parent 9311824855
commit 6e5edc9a69
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#include "dawn_wire/BufferConsumer.h"
#include <limits>
#include <type_traits>
namespace dawn_wire {