diff options
| author | Shane Wegner <[email protected]> | 2011-06-19 15:12:31 -0700 |
|---|---|---|
| committer | Shane Wegner <[email protected]> | 2011-06-19 15:12:31 -0700 |
| commit | 926e14b362cd830cdca96dd37a9ebad247399420 (patch) | |
| tree | 8a7d71d9ce5267d57f528fde40b4e83637473f82 /src/util.cpp | |
| parent | CWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than false (diff) | |
| download | discoin-926e14b362cd830cdca96dd37a9ebad247399420.tar.xz discoin-926e14b362cd830cdca96dd37a9ebad247399420.zip | |
Fix missing includes needed for Boost 1.46.
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 b95e23616..b18d75c6a 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.hpp> #include <boost/filesystem/fstream.hpp> #include <boost/interprocess/sync/interprocess_mutex.hpp> #include <boost/interprocess/sync/interprocess_recursive_mutex.hpp> |