From f104ec23bc569b5383b9d3df173beeef2b1ff128 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Wed, 16 Oct 2019 15:36:12 +0000 Subject: [PATCH] Fix missing #include. BUG= Change-Id: I2e659e9f86ef4757915aeb07ec96a83ea904cb1c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/12340 Commit-Queue: Corentin Wallez Reviewed-by: Corentin Wallez --- generator/templates/dawn_native/ProcTable.cpp | 1 + generator/templates/dawn_wire/client/ApiProcs.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/generator/templates/dawn_native/ProcTable.cpp b/generator/templates/dawn_native/ProcTable.cpp index 81679afb45..68f81d8144 100644 --- a/generator/templates/dawn_native/ProcTable.cpp +++ b/generator/templates/dawn_native/ProcTable.cpp @@ -15,6 +15,7 @@ #include "dawn_native/dawn_platform.h" #include "dawn_native/DawnNative.h" +#include #include {% for type in by_category["object"] %} diff --git a/generator/templates/dawn_wire/client/ApiProcs.cpp b/generator/templates/dawn_wire/client/ApiProcs.cpp index 1bdccbbdc9..abf4fbd27a 100644 --- a/generator/templates/dawn_wire/client/ApiProcs.cpp +++ b/generator/templates/dawn_wire/client/ApiProcs.cpp @@ -16,6 +16,7 @@ #include "dawn_wire/client/ApiProcs_autogen.h" #include "dawn_wire/client/Client.h" +#include #include #include