diff options
author | MacroFake <falke.marco@gmail.com> | 2022-05-12 11:53:48 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-05-12 11:52:28 +0200 |
commit | fac2c796cb4137e025a4a783f7460e5db9c74bc2 (patch) | |
tree | f22d0ce4198bbf1c4b7cfdd4ee435ce4390c5fb7 /src/univalue/test/test_json.cpp | |
parent | dd9f61a184d4d395591ee3e9f1e839473e88ffd0 (diff) | |
parent | f403531f97cb80930e9a8e70a6f0dbde4cc8a866 (diff) |
Bump univalue subtree
Diffstat (limited to 'src/univalue/test/test_json.cpp')
-rw-r--r-- | src/univalue/test/test_json.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/univalue/test/test_json.cpp b/src/univalue/test/test_json.cpp index 2943bae2b1..f8c10238d4 100644 --- a/src/univalue/test/test_json.cpp +++ b/src/univalue/test/test_json.cpp @@ -4,9 +4,11 @@ // It reads JSON input from stdin and exits with code 0 if it can be parsed // successfully. It also pretty prints the parsed JSON value to stdout. +#include <univalue.h> + #include <iostream> +#include <iterator> #include <string> -#include "univalue.h" using namespace std; |