diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-01-16 19:27:13 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-01-16 19:27:13 +0200 |
commit | 3e9bb9626a16be6c3946e532ab9fa8c7b7090471 (patch) | |
tree | b403e7ac10322cf14f84b183b77aece7ac23ef62 /tests/functional_tests | |
parent | Merge pull request #4995 (diff) | |
parent | Remove boost::lexical_cast for uuid and unused uuid function (diff) | |
download | monero-3e9bb9626a16be6c3946e532ab9fa8c7b7090471.tar.xz |
Merge pull request #5001
a5ffc2d5 Remove boost::lexical_cast for uuid and unused uuid function (Lee Clagett)
Diffstat (limited to 'tests/functional_tests')
-rw-r--r-- | tests/functional_tests/transactions_flow_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional_tests/transactions_flow_test.cpp b/tests/functional_tests/transactions_flow_test.cpp index ffe500d21..7e5b73415 100644 --- a/tests/functional_tests/transactions_flow_test.cpp +++ b/tests/functional_tests/transactions_flow_test.cpp @@ -29,6 +29,7 @@ // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers #include <boost/uuid/uuid.hpp> +#include <boost/uuid/uuid_io.hpp> #include <boost/uuid/random_generator.hpp> #include <unordered_map> |