We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69512da commit a4aeb1dCopy full SHA for a4aeb1d
core/vm.cpp
@@ -23,7 +23,7 @@ limitations under the License.
23
24
#include "desugarer.h"
25
#include "json.h"
26
-#include "json.hpp"
+#include <nlohmann/json.hpp>
27
#include "md5.h"
28
#include "parser.h"
29
#include "ryml_std.hpp" // include this before any other ryml header
third_party/json/BUILD
@@ -6,7 +6,7 @@ cc_library(
6
srcs = [
7
],
8
hdrs = [
9
- "json.hpp",
+ "nlohmann/json.hpp",
10
11
includes = ["."],
12
)
third_party/json/json.hpp renamed to third_party/json/nlohmann/json.hpp
0 commit comments