mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Fix missing includes needed for Boost 1.46.
This commit is contained in:
parent
aa0c5e87e8
commit
926e14b362
5 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include "headers.h"
|
||||
#include "db.h"
|
||||
#include "net.h"
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue