File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
runtime/js-compute-runtime Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef JS_COMPUTE_RUNTIME_JSON_WEB_KEY_H
2
2
#define JS_COMPUTE_RUNTIME_JSON_WEB_KEY_H
3
3
#include " jsapi.h"
4
+ #include < memory>
5
+ #include < optional>
4
6
#include < string>
5
7
#include < string_view>
8
+ #include < vector>
6
9
7
10
namespace builtins {
8
11
@@ -194,4 +197,4 @@ class JsonWebKey {
194
197
std::string_view required_kty_value);
195
198
};
196
199
} // namespace builtins
197
- #endif
200
+ #endif
Original file line number Diff line number Diff line change 14
14
15
15
#pragma clang diagnostic push
16
16
#pragma clang diagnostic ignored "-Winvalid-offsetof"
17
- #include " jsapi.h"
18
17
#include " js/Utility.h"
18
+ #include " jsapi.h"
19
19
#pragma clang diagnostic pop
20
20
21
21
// / A type to signal that a result produces no value.
You can’t perform that action at this time.
0 commit comments