diff options
author | mj-xmr <mjxmr@protonmail.com> | 2022-03-03 23:10:51 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2022-03-04 12:48:35 +0100 |
commit | 0d6fce899502446805121797b2a0047fb3765871 (patch) | |
tree | 9f671e0140386464687e70a49c35e334447aa4ca /tests/core_tests | |
parent | Merge pull request #8161 (diff) | |
download | monero-0d6fce899502446805121797b2a0047fb3765871.tar.xz |
Compil. time: cryptonote_core minus portable_storage header
Diffstat (limited to 'tests/core_tests')
-rw-r--r-- | tests/core_tests/chaingen_main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/core_tests/chaingen_main.cpp b/tests/core_tests/chaingen_main.cpp index c55154917..53bfa42af 100644 --- a/tests/core_tests/chaingen_main.cpp +++ b/tests/core_tests/chaingen_main.cpp @@ -35,6 +35,8 @@ #include "tx_pool.h" #include "transaction_tests.h" +#include <boost/regex.hpp> + namespace po = boost::program_options; namespace |