proxy-wasm / proxy-wasm-cpp-sdk

WebAssembly for Proxies (C++ SDK)
Apache License 2.0
140 stars 68 forks source link

Add <optional> include to proxy_asm_api.h. #160

Closed benjaminp closed 2 months ago

benjaminp commented 1 year ago

proxy_asm_api.h references std::optional—see, for example, getProperty—but was missing the include for it.