Skip to content

Commit

Permalink
Merge pull request #9790
Browse files Browse the repository at this point in the history
d13da6e tests: include <iomanip> where using std::setfill (jeffro256)
  • Loading branch information
tobtoht committed Feb 13, 2025
2 parents 08ec640 + d13da6e commit 3b1300d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/trezor/trezor_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions tests/unit_tests/epee_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <boost/range/iterator_range.hpp>
#include <cstdint>
#include <gtest/gtest.h>
#include <iomanip>
#include <iterator>
#include <string>
#include <sstream>
Expand Down
1 change: 1 addition & 0 deletions tests/unit_tests/memwipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include "gtest/gtest.h"

#include <iomanip>
#include <stdint.h>
#include "misc_log_ex.h"
#include "memwipe.h"
Expand Down

0 comments on commit 3b1300d

Please sign in to comment.