Merge pull request #5001

a5ffc2d5 Remove boost::lexical_cast for uuid and unused uuid function (Lee Clagett)
This commit is contained in:
Riccardo Spagni 2019-01-16 19:27:13 +02:00
commit 3e9bb9626a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
6 changed files with 11 additions and 35 deletions

View file

@ -29,6 +29,7 @@
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <boost/uuid/random_generator.hpp>
#include <unordered_map>

View file

@ -33,6 +33,7 @@
#include <atomic>
#include <boost/asio/io_service.hpp>
#include <boost/uuid/uuid_io.hpp>
#include "include_base_utils.h"
#include "string_tools.h"