mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Add include for std::bind.
This commit is contained in:
parent
7b975639ef
commit
2a39ccf133
10 changed files with 12 additions and 1 deletions
|
|
@ -15,10 +15,11 @@
|
|||
#include <util/strencodings.h>
|
||||
#include <util/system.h>
|
||||
|
||||
#include <vector>
|
||||
#include <deque>
|
||||
#include <functional>
|
||||
#include <set>
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/signals2/signal.hpp>
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue