diff options
| author | jeffro256 <jeffro256@tutanota.com> | 2024-10-07 00:50:45 -0500 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-09 09:12:04 +0100 |
| commit | d13da6e71de9f2812a9c0629b01eb37ba581fd02 (patch) | |
| tree | b56b0c504b9eacf4bf4edc79ce83ab48f3b576e3 /tests/unit_tests | |
| parent | 5e31c0adf2dd381be0da6e8c471cfeccb8ba594b (diff) | |
| download | monzero-core-d13da6e71de9f2812a9c0629b01eb37ba581fd02.tar.gz monzero-core-d13da6e71de9f2812a9c0629b01eb37ba581fd02.tar.xz monzero-core-d13da6e71de9f2812a9c0629b01eb37ba581fd02.zip | |
tests: include <iomanip> where using std::setfill
Diffstat (limited to 'tests/unit_tests')
| -rw-r--r-- | tests/unit_tests/epee_utils.cpp | 1 | ||||
| -rw-r--r-- | tests/unit_tests/memwipe.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
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" |
