Fix missing #include.
BUG= Change-Id: I2e659e9f86ef4757915aeb07ec96a83ea904cb1c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/12340 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
e180b591d1
commit
f104ec23bc
|
@ -15,6 +15,7 @@
|
|||
#include "dawn_native/dawn_platform.h"
|
||||
#include "dawn_native/DawnNative.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
{% for type in by_category["object"] %}
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include "dawn_wire/client/ApiProcs_autogen.h"
|
||||
#include "dawn_wire/client/Client.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in New Issue