aboutsummaryrefslogtreecommitdiffstats
path: root/community/jsonnet/json-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/jsonnet/json-include.patch')
-rw-r--r--community/jsonnet/json-include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/jsonnet/json-include.patch b/community/jsonnet/json-include.patch
new file mode 100644
index 00000000000..7f3a0ce6430
--- /dev/null
+++ b/community/jsonnet/json-include.patch
@@ -0,0 +1,13 @@
+diff --git a/core/vm.cpp b/core/vm.cpp
+index 1fd8ab9..636d227 100644
+--- a/core/vm.cpp
++++ b/core/vm.cpp
+@@ -23,7 +23,7 @@ limitations under the License.
+
+ #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