Skip to content

Commit dc4f37e

Browse files
benjaminpmpwarres
andauthored
Add <optional> include to proxy_asm_api.h (#160)
proxy_asm_api.h references `std::optional`—see, for example, `getProperty`—but was missing the include for it. Signed-off-by: Benjamin Peterson <[email protected]> Co-authored-by: Michael Warres <[email protected]>
1 parent 3c7f786 commit dc4f37e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy_wasm_api.h

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <cstring>
2929
#include <functional>
3030
#include <memory>
31+
#include <optional>
3132
#include <string>
3233
#include <tuple>
3334
#include <unordered_map>

0 commit comments

Comments
 (0)