mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 16:41:27 +09:00
tests: include <iomanip> where using std::setfill
This commit is contained in:
parent
5e31c0adf2
commit
d13da6e71d
@ -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"
|
||||
|
||||
@ -34,6 +34,7 @@
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
#include <cstdint>
|
||||
#include <gtest/gtest.h>
|
||||
#include <iomanip>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
@ -28,6 +28,7 @@
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include <iomanip>
|
||||
#include <stdint.h>
|
||||
#include "misc_log_ex.h"
|
||||
#include "memwipe.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user