[spirv-writer] Fix: need #include <functional>
TBR=dsinclair@google.com Change-Id: I4b328ea1ab4532aacb4bcbdff2a99e2480a58071 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/18603 Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
parent
cfe4f13b1b
commit
3038e6ee36
|
@ -15,6 +15,7 @@
|
||||||
#ifndef SRC_WRITER_SPIRV_FUNCTION_H_
|
#ifndef SRC_WRITER_SPIRV_FUNCTION_H_
|
||||||
#define SRC_WRITER_SPIRV_FUNCTION_H_
|
#define SRC_WRITER_SPIRV_FUNCTION_H_
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "spirv/unified1/spirv.hpp11"
|
#include "spirv/unified1/spirv.hpp11"
|
||||||
|
|
Loading…
Reference in New Issue