aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/test/test_json.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/univalue/test/test_json.cpp')
-rw-r--r--src/univalue/test/test_json.cpp4
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;