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/util.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/util.cpp')
| -rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 2c1efc404..688605ef5 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -5,6 +5,7 @@ #include "strlcpy.h" #include <boost/program_options/detail/config_file.hpp> #include <boost/program_options/parsers.hpp> +#include <boost/filesystem/operations.hpp> #include <boost/filesystem/fstream.hpp> #include <boost/interprocess/sync/interprocess_mutex.hpp> #include <boost/interprocess/sync/interprocess_recursive_mutex.hpp> |