12 lines
362 B
Diff
12 lines
362 B
Diff
--- jsonnet-0.20.0-orig/core/vm.cpp 2023-11-09 23:20:08.670809500 +0300
|
|
+++ jsonnet-0.20.0/core/vm.cpp 2023-11-09 23:27:29.455113900 +0300
|
|
@@ -23,7 +23,7 @@
|
|
|
|
#include "desugarer.h"
|
|
#include "json.h"
|
|
-#include "json.hpp"
|
|
+#include <nlohmann/json.hpp>
|
|
#include "md5.h"
|
|
#include "parser.h"
|
|
#include "ryml_std.hpp" // include this before any other ryml header
|