Skip to content

Commit 9a78297

Browse files
authored
Add <optional> include to proxy_asm_api.h
proxy_asm_api.h references `std::optional`—see, for example, `getProperty`—but was missing the include for it.
1 parent 921039a commit 9a78297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy_wasm_api.h

Lines changed: 1 addition & 0 deletions
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)