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:
parent
9311824855
commit
6e5edc9a69
|
@ -18,6 +18,7 @@
|
|||
#include "dawn_wire/BufferConsumer.h"
|
||||
|
||||
#include <limits>
|
||||
#include <type_traits>
|
||||
|
||||
namespace dawn_wire {
|
||||
|
||||
|
@ -69,4 +70,4 @@ namespace dawn_wire {
|
|||
|
||||
} // namespace dawn_wire
|
||||
|
||||
#endif // DAWNWIRE_BUFFERCONSUMER_IMPL_H_
|
||||
#endif // DAWNWIRE_BUFFERCONSUMER_IMPL_H_
|
||||
|
|
Loading…
Reference in New Issue