mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Only include certain boost headers if necessary.
This commit is contained in:
parent
6b783965c4
commit
31f2931281
8 changed files with 16 additions and 13 deletions
|
|
@ -7,6 +7,8 @@
|
|||
#include "net.h"
|
||||
#include "init.h"
|
||||
#include "strlcpy.h"
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
#include <boost/interprocess/sync/file_lock.hpp>
|
||||
|
||||
using namespace std;
|
||||
using namespace boost;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue