diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:32:32 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:32:32 -0400 |
commit | 3c1ea110d986b90aec3133b61769de9f649ca3d8 (patch) | |
tree | 32229c8c475a3a3f73dec63cf36a57c00e768e39 /tests | |
parent | Revert "Merge pull request #7136" (diff) | |
parent | Split epee/string_tools.h and encapsulate boost::lexical_cast (diff) | |
download | monero-3c1ea110d986b90aec3133b61769de9f649ca3d8.tar.xz |
Merge pull request #7016
dc81e23 Split epee/string_tools.h and encapsulate boost::lexical_cast (mj-xmr)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional_tests/make_test_signature.cc | 1 | ||||
-rw-r--r-- | tests/unit_tests/get_xtype_from_string.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional_tests/make_test_signature.cc b/tests/functional_tests/make_test_signature.cc index 07cc3eea6..cb1723847 100644 --- a/tests/functional_tests/make_test_signature.cc +++ b/tests/functional_tests/make_test_signature.cc @@ -28,6 +28,7 @@ #include <stdio.h> #include "misc_language.h" +#include "misc_log_ex.h" #include "string_tools.h" #include "rpc/rpc_payment_signature.h" diff --git a/tests/unit_tests/get_xtype_from_string.cpp b/tests/unit_tests/get_xtype_from_string.cpp index 78bbe6657..17492ed19 100644 --- a/tests/unit_tests/get_xtype_from_string.cpp +++ b/tests/unit_tests/get_xtype_from_string.cpp @@ -31,6 +31,7 @@ #include "gtest/gtest.h" #include <string_tools.h> +#include <string_tools_lexical.h> using namespace epee::string_tools; |