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_basic_impl.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_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" |