Skip to content

Commit a4aeb1d

Browse files
podsvirovjohnbartholomew
authored andcommitted
Fixup for USE_SYSTEM_JSON=ON/OFF compatibility
1 parent 69512da commit a4aeb1d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

core/vm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ limitations under the License.
2323

2424
#include "desugarer.h"
2525
#include "json.h"
26-
#include "json.hpp"
26+
#include <nlohmann/json.hpp>
2727
#include "md5.h"
2828
#include "parser.h"
2929
#include "ryml_std.hpp" // include this before any other ryml header

third_party/json/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cc_library(
66
srcs = [
77
],
88
hdrs = [
9-
"json.hpp",
9+
"nlohmann/json.hpp",
1010
],
1111
includes = ["."],
1212
)
File renamed without changes.

0 commit comments

Comments
 (0)