Merge pull request #2990

2d17feb0 factor STL container serialization (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-01-10 11:53:05 +01:00
commit f9c66ba67c
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
15 changed files with 279 additions and 223 deletions

View file

@ -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"