aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeffro256 <jeffro256@tutanota.com>2024-10-07 00:50:45 -0500
committertobtoht <tob@featherwallet.org>2025-02-09 09:12:04 +0100
commitd13da6e71de9f2812a9c0629b01eb37ba581fd02 (patch)
treeb56b0c504b9eacf4bf4edc79ce83ab48f3b576e3
parent5e31c0adf2dd381be0da6e8c471cfeccb8ba594b (diff)
downloadmonzero-core-d13da6e71de9f2812a9c0629b01eb37ba581fd02.tar.gz
monzero-core-d13da6e71de9f2812a9c0629b01eb37ba581fd02.tar.xz
monzero-core-d13da6e71de9f2812a9c0629b01eb37ba581fd02.zip
tests: include <iomanip> where using std::setfill
-rw-r--r--tests/trezor/trezor_tests.cpp1
-rw-r--r--tests/unit_tests/epee_utils.cpp1
-rw-r--r--tests/unit_tests/memwipe.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/trezor/trezor_tests.cpp b/tests/trezor/trezor_tests.cpp
index 0d61610be..2957e348f 100644
--- a/tests/trezor/trezor_tests.cpp
+++ b/tests/trezor/trezor_tests.cpp
@@ -39,6 +39,7 @@ using namespace cryptonote;
#include <boost/regex.hpp>
#include <common/apply_permutation.h>
+#include <iomanip>
#include "common/util.h"
#include "common/command_line.h"
#include "trezor_tests.h"
diff --git a/tests/unit_tests/epee_utils.cpp b/tests/unit_tests/epee_utils.cpp
index cc32f8bf3..ab5550732 100644
--- a/tests/unit_tests/epee_utils.cpp
+++ b/tests/unit_tests/epee_utils.cpp
@@ -34,6 +34,7 @@
#include <boost/range/iterator_range.hpp>
#include <cstdint>
#include <gtest/gtest.h>
+#include <iomanip>
#include <iterator>
#include <string>
#include <sstream>
diff --git a/tests/unit_tests/memwipe.cpp b/tests/unit_tests/memwipe.cpp
index 97f003471..330fc1b3a 100644
--- a/tests/unit_tests/memwipe.cpp
+++ b/tests/unit_tests/memwipe.cpp
@@ -28,6 +28,7 @@
#include "gtest/gtest.h"
+#include <iomanip>
#include <stdint.h>
#include "misc_log_ex.h"
#include "memwipe.h"