mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
c8e1797c30
* [jsonnet] Update to 0.18.0 (#20627) * Update jsonnet to 0.18.0 * update patch files * add 0005-use-upstream-rapidyaml.patch to use system rapidyaml * use system rapidyaml * update version * Added license "Apache-2.0" to vcpkg.json from https://github.com/google/jsonnet/blob/master/LICENSE
14 lines
372 B
Diff
14 lines
372 B
Diff
diff --git a/core/vm.cpp b/core/vm.cpp
|
|
index 4617363..e328df5 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
|