diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-13 18:14:02 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-13 18:14:02 +0000 |
| commit | 3b1300d2af24e556508ac1ceb816c74488eb681f (patch) | |
| tree | 0fb48e7a232e3c51094d1370484f683bf5e203d6 /tests/unit_tests | |
| parent | 08ec640773d99d9ac1a9a3afb3cebae01b25a2ad (diff) | |
| parent | d13da6e71de9f2812a9c0629b01eb37ba581fd02 (diff) | |
| download | monzero-core-3b1300d2af24e556508ac1ceb816c74488eb681f.tar.gz monzero-core-3b1300d2af24e556508ac1ceb816c74488eb681f.tar.xz monzero-core-3b1300d2af24e556508ac1ceb816c74488eb681f.zip | |
Merge pull request #9790
d13da6e71 tests: include <iomanip> where using std::setfill (jeffro256)
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" |
