diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-26 19:23:24 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-26 19:23:24 +0200 |
| commit | e8ef3da7133dd9fc411fa8b3cc8b8fc2f9c58a98 (patch) | |
| tree | a6ff0ef6f8cdd85323acc1233a29891346b994fc /src/util.cpp | |
| parent | reduce spacing between "Add to address book as" and the text field (diff) | |
| download | discoin-e8ef3da7133dd9fc411fa8b3cc8b8fc2f9c58a98.tar.xz discoin-e8ef3da7133dd9fc411fa8b3cc8b8fc2f9c58a98.zip | |
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index 688605ef5..2bc2cdd59 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -5,7 +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.hpp> #include <boost/filesystem/fstream.hpp> #include <boost/interprocess/sync/interprocess_mutex.hpp> #include <boost/interprocess/sync/interprocess_recursive_mutex.hpp> |