mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 11:40:18 -04:00
Fix boost <1.60 compilation and fix boost 1.73+ warnings
This commit is contained in:
parent
7e78da7772
commit
7aeb503547
13 changed files with 35 additions and 31 deletions
|
@ -33,6 +33,11 @@
|
|||
*
|
||||
* \brief Source file that defines simple_wallet class.
|
||||
*/
|
||||
|
||||
// use boost bind placeholders for now
|
||||
#define BOOST_BIND_GLOBAL_PLACEHOLDERS 1
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include <locale.h>
|
||||
#include <thread>
|
||||
#include <iostream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue