tests: include <iomanip> where using std::setfill

This commit is contained in:
jeffro256 2024-10-07 00:50:45 -05:00 committed by tobtoht
parent 5e31c0adf2
commit d13da6e71d
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
3 changed files with 3 additions and 0 deletions

View file

@ -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"