[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:
David Neto 2020-04-02 02:47:08 +00:00
parent cfe4f13b1b
commit 3038e6ee36
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef SRC_WRITER_SPIRV_FUNCTION_H_
#define SRC_WRITER_SPIRV_FUNCTION_H_
#include <functional>
#include <vector>
#include "spirv/unified1/spirv.hpp11"