mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-05 02:41:38 +01:00
14 lines
359 B
Diff
14 lines
359 B
Diff
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
|