Skip to content

Commit 94df2c3

Browse files
committed
Order the includes
Signed-off-by: Balakrishna Avulapati <[email protected]>
1 parent a83d8ff commit 94df2c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/jsonschema/official_resolver.in.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#include <optional> // std::optional
21
#include <sourcemeta/core/json.h>
32
#include <sourcemeta/core/json_value.h>
43
#include <sourcemeta/core/jsonschema.h>
4+
5+
#include <optional> // std::optional
56
#include <string_view> // std::string_view
67

78
auto sourcemeta::core::schema_official_resolver(std::string_view identifier)

0 commit comments

Comments
 (0)