Skip to content

Commit d2842ad

Browse files
authored
Add missing <memory> header. (#48)
Signed-off-by: John Plevyak <[email protected]>
1 parent 6892046 commit d2842ad

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
@@ -22,6 +22,7 @@
2222
#pragma once
2323

2424
#include <functional>
25+
#include <memory>
2526
#include <string>
2627
#include <tuple>
2728
#include <unordered_map>

0 commit comments

Comments
 (0)