From 25e3551eacad62afc4ea14945698273200fd7618 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 28 Sep 2023 14:36:44 -0700 Subject: [PATCH] Add include to proxy_asm_api.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit proxy_asm_api.h references `std::optional`—see, for example, `getProperty`—but was missing the include for it. Signed-off-by: Benjamin Peterson --- proxy_wasm_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy_wasm_api.h b/proxy_wasm_api.h index 166b49c..a97503e 100644 --- a/proxy_wasm_api.h +++ b/proxy_wasm_api.h @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include