aboutsummaryrefslogtreecommitdiff
path: root/ports/jsonnet/0003-use-upstream-nlohmann-json.patch
blob: a2e1105b7c40a0578460edb5ac8b0de9952fa06b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/core/vm.cpp b/core/vm.cpp
index 0cf06fa..d65a6d7 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 "state.h"