aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/test/object.cpp
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-05-12 11:53:48 +0200
committerMacroFake <falke.marco@gmail.com>2022-05-12 11:52:28 +0200
commitfac2c796cb4137e025a4a783f7460e5db9c74bc2 (patch)
treef22d0ce4198bbf1c4b7cfdd4ee435ce4390c5fb7 /src/univalue/test/object.cpp
parentdd9f61a184d4d395591ee3e9f1e839473e88ffd0 (diff)
parentf403531f97cb80930e9a8e70a6f0dbde4cc8a866 (diff)
downloadbitcoin-fac2c796cb4137e025a4a783f7460e5db9c74bc2.tar.xz
Bump univalue subtree
Diffstat (limited to 'src/univalue/test/object.cpp')
-rw-r--r--src/univalue/test/object.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/univalue/test/object.cpp b/src/univalue/test/object.cpp
index c2f52f83ac..b9697a8cb7 100644
--- a/src/univalue/test/object.cpp
+++ b/src/univalue/test/object.cpp
@@ -3,13 +3,15 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://opensource.org/licenses/mit-license.php.
-#include <stdint.h>
-#include <vector>
-#include <string>
-#include <map>
+#include <univalue.h>
+
#include <cassert>
+#include <cstdint>
+#include <map>
+#include <memory>
#include <stdexcept>
-#include <univalue.h>
+#include <string>
+#include <vector>
#define BOOST_FIXTURE_TEST_SUITE(a, b)
#define BOOST_AUTO_TEST_CASE(funcName) void funcName()