Fix missing headers with libstdc++ (GCC 10.1)
Bug: None Change-Id: I772bfbc6639162a51906e4f76685d89c2d34ef5f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/21880 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
a5d54d7091
commit
275a95c1dc
|
@ -19,6 +19,7 @@
|
|||
#include "dawn_native/Device.h"
|
||||
#include "dawn_native/ValidationUtils_autogen.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <set>
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "common/Assert.h"
|
||||
#include "common/Compiler.h"
|
||||
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <cstring>
|
||||
#include <iomanip>
|
||||
#include <mutex>
|
||||
#include <sstream>
|
||||
|
||||
namespace utils {
|
||||
|
|
Loading…
Reference in New Issue