diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-01-10 11:53:05 +0100 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-01-10 11:53:05 +0100 |
commit | f9c66ba67c50f441dd547b90b622a0f7ee92da8b (patch) | |
tree | b769dccc8519751683ca9655876992e0a4cd474c /src/cryptonote_basic/cryptonote_format_utils.cpp | |
parent | Merge pull request #2989 (diff) | |
parent | factor STL container serialization (diff) | |
download | monero-f9c66ba67c50f441dd547b90b622a0f7ee92da8b.tar.xz |
Merge pull request #2990
2d17feb0 factor STL container serialization (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_basic/cryptonote_format_utils.cpp')
-rw-r--r-- | src/cryptonote_basic/cryptonote_format_utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_basic/cryptonote_format_utils.cpp b/src/cryptonote_basic/cryptonote_format_utils.cpp index 21fa63842..5f6dc3bd6 100644 --- a/src/cryptonote_basic/cryptonote_format_utils.cpp +++ b/src/cryptonote_basic/cryptonote_format_utils.cpp @@ -35,6 +35,7 @@ using namespace epee; #include <boost/algorithm/string.hpp> #include "wipeable_string.h" #include "string_tools.h" +#include "serialization/string.h" #include "cryptonote_format_utils.h" #include "cryptonote_config.h" #include "crypto/crypto.h" |