Skip to content

Commit 7d7a4ef

Browse files
elliotttJakeChampion
authored andcommitted
Format
1 parent 00b4d3f commit 7d7a4ef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

runtime/js-compute-runtime/builtins/json-web-key.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#ifndef JS_COMPUTE_RUNTIME_JSON_WEB_KEY_H
22
#define JS_COMPUTE_RUNTIME_JSON_WEB_KEY_H
33
#include "jsapi.h"
4+
#include <memory>
5+
#include <optional>
46
#include <string>
57
#include <string_view>
8+
#include <vector>
69

710
namespace builtins {
811

@@ -194,4 +197,4 @@ class JsonWebKey {
194197
std::string_view required_kty_value);
195198
};
196199
} // namespace builtins
197-
#endif
200+
#endif

runtime/js-compute-runtime/host_interface/host_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#pragma clang diagnostic push
1616
#pragma clang diagnostic ignored "-Winvalid-offsetof"
17-
#include "jsapi.h"
1817
#include "js/Utility.h"
18+
#include "jsapi.h"
1919
#pragma clang diagnostic pop
2020

2121
/// A type to signal that a result produces no value.

0 commit comments

Comments
 (0)