diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-20 08:17:31 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-20 08:17:31 -0700 |
| commit | 679592720af4bae337bcb2d2c0343a9352bbfefc (patch) | |
| tree | b0f5534131573630351169def0843d07d4e1fac9 /src/init.cpp | |
| parent | initial block download spans total blocks minus threshold (diff) | |
| parent | fixes for mac build (diff) | |
| download | discoin-679592720af4bae337bcb2d2c0343a9352bbfefc.tar.xz discoin-679592720af4bae337bcb2d2c0343a9352bbfefc.zip | |
Merge pull request #5 from mjmvisser/master
mac fixes
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> |