diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-25 22:25:05 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-16 22:46:38 +0000 |
| commit | 09ce03d612e54231694eee2fb9e5c807b2bfc341 (patch) | |
| tree | f90f634f25079749febf00618ac3160d204f2d7a /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 38ecd0526e32f651892f2e04174404907a563e29 (diff) | |
| download | monzero-core-09ce03d612e54231694eee2fb9e5c807b2bfc341.tar.gz monzero-core-09ce03d612e54231694eee2fb9e5c807b2bfc341.tar.xz monzero-core-09ce03d612e54231694eee2fb9e5c807b2bfc341.zip | |
move includes around to lessen overall load
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 04f1e46a7..8985c11ca 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -28,7 +28,10 @@ // // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers +#include <boost/algorithm/string.hpp> + #include "include_base_utils.h" +#include "string_tools.h" using namespace epee; #include <unordered_set> |
