ir/function: Add missing <array> include
Change-Id: I13c1d6d102e1fe11bd05320e8d363719b94f2552 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131540 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: James Price <jrprice@google.com>
This commit is contained in:
parent
29bff642fc
commit
b298b6a222
|
@ -15,6 +15,7 @@
|
|||
#ifndef SRC_TINT_IR_FUNCTION_H_
|
||||
#define SRC_TINT_IR_FUNCTION_H_
|
||||
|
||||
#include <array>
|
||||
#include <optional>
|
||||
|
||||
#include "src/tint/ir/flow_node.h"
|
||||
|
|
Loading…
Reference in New Issue