mirror of
https://github.com/monero-project/monero.git
synced 2024-12-24 23:39:27 -05:00
Merge pull request #9507
8977746
tests: include <iomanip> where using std::setfill (jeffro256)
This commit is contained in:
commit
3c86b148b2
@ -40,6 +40,7 @@ using namespace cryptonote;
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <boost/regex.hpp>
|
#include <boost/regex.hpp>
|
||||||
#include <common/apply_permutation.h>
|
#include <common/apply_permutation.h>
|
||||||
|
#include <iomanip>
|
||||||
#include "common/util.h"
|
#include "common/util.h"
|
||||||
#include "common/command_line.h"
|
#include "common/command_line.h"
|
||||||
#include "trezor_tests.h"
|
#include "trezor_tests.h"
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
#include <boost/range/iterator_range.hpp>
|
#include <boost/range/iterator_range.hpp>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
#include <iomanip>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
|
#include <iomanip>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "misc_log_ex.h"
|
#include "misc_log_ex.h"
|
||||||
#include "memwipe.h"
|
#include "memwipe.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user