diff options
| author | mark <[email protected]> | 2011-06-20 07:30:54 -0400 |
|---|---|---|
| committer | mark <[email protected]> | 2011-06-20 07:30:54 -0400 |
| commit | 3c7ebaedcd871d03033651b1ba3f4f2333e7d69b (patch) | |
| tree | b0f5534131573630351169def0843d07d4e1fac9 /src/init.cpp | |
| parent | initial block download spans total blocks minus threshold (diff) | |
| download | discoin-3c7ebaedcd871d03033651b1ba3f4f2333e7d69b.tar.xz discoin-3c7ebaedcd871d03033651b1ba3f4f2333e7d69b.zip | |
fixes for mac build
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 013fb6bda..f30618531 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -7,6 +7,7 @@ #include "net.h" #include "init.h" #include "strlcpy.h" +#include <boost/filesystem/operations.hpp> #include <boost/filesystem/fstream.hpp> #include <boost/interprocess/sync/file_lock.hpp> |