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:
nihui 2020-05-17 20:59:20 +00:00 committed by Commit Bot service account
parent a5d54d7091
commit 275a95c1dc
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "dawn_native/Device.h"
#include "dawn_native/ValidationUtils_autogen.h"
#include <algorithm>
#include <functional>
#include <set>

View File

@ -18,6 +18,7 @@
#include "common/Assert.h"
#include "common/Compiler.h"
#include <limits>
#include <memory>
#include <vector>

View File

@ -22,6 +22,7 @@
#include <cstring>
#include <iomanip>
#include <mutex>
#include <sstream>
namespace utils {