diff options
author | Jeffrey Ryan <jeffro256@tutanota.com> | 2022-12-22 12:18:02 -0600 |
---|---|---|
committer | Jeffrey Ryan <jeffro256@tutanota.com> | 2022-12-22 12:18:02 -0600 |
commit | 7a3a593a776840bb78a2566dc64058b83e97eacd (patch) | |
tree | dd8a5b8b47d145e673494cfb34a9ff1dff858aa3 /tests/core_tests/chaingen.h | |
parent | Merge pull request #8593 (diff) | |
download | monero-7a3a593a776840bb78a2566dc64058b83e97eacd.tar.xz |
common: move boost_serialization_helper.h out and cleanup includes
Diffstat (limited to 'tests/core_tests/chaingen.h')
-rw-r--r-- | tests/core_tests/chaingen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h index d5c9edc55..1f782831f 100644 --- a/tests/core_tests/chaingen.h +++ b/tests/core_tests/chaingen.h @@ -44,7 +44,7 @@ #include <boost/functional/hash.hpp> #include "include_base_utils.h" -#include "common/boost_serialization_helper.h" +#include "chaingen_serialization.h" #include "common/command_line.h" #include "common/threadpool.h" |