diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-22 19:47:12 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-22 19:47:12 +0000 |
commit | 2d17feb060275083424d3b5978282b22a5dc88ac (patch) | |
tree | 6e88de54f632117c72e5a8468232dfa1c6afc98b /src/cryptonote_basic/cryptonote_basic_impl.cpp | |
parent | Merge pull request #2961 (diff) | |
download | monero-2d17feb060275083424d3b5978282b22a5dc88ac.tar.xz |
factor STL container serialization
Diffstat (limited to 'src/cryptonote_basic/cryptonote_basic_impl.cpp')
-rw-r--r-- | src/cryptonote_basic/cryptonote_basic_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_basic/cryptonote_basic_impl.cpp b/src/cryptonote_basic/cryptonote_basic_impl.cpp index 1183fda06..929be0d5a 100644 --- a/src/cryptonote_basic/cryptonote_basic_impl.cpp +++ b/src/cryptonote_basic/cryptonote_basic_impl.cpp @@ -34,7 +34,7 @@ using namespace epee; #include "cryptonote_basic_impl.h" #include "string_tools.h" #include "serialization/binary_utils.h" -#include "serialization/vector.h" +#include "serialization/container.h" #include "cryptonote_format_utils.h" #include "cryptonote_config.h" #include "misc_language.h" |