early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/jsonnet/0003-use-upstream-nlohmann-json.patch
vendored
Executable file
13
externals/vcpkg/ports/jsonnet/0003-use-upstream-nlohmann-json.patch
vendored
Executable file
@@ -0,0 +1,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"
|
Reference in New Issue
Block a user