diff options
| author | Jordan Lewis <[email protected]> | 2011-05-15 22:45:35 -0500 |
|---|---|---|
| committer | Jordan Lewis <[email protected]> | 2011-05-17 18:58:47 -0500 |
| commit | 31f293128177e0f53331ddb3f1f5ea22176bf91c (patch) | |
| tree | f19f5b6a1fd422bce824e07afb9667a04e71f48f /src/util.cpp | |
| parent | Remove some globally unused headers from headers.h (diff) | |
| download | discoin-31f293128177e0f53331ddb3f1f5ea22176bf91c.tar.xz discoin-31f293128177e0f53331ddb3f1f5ea22176bf91c.zip | |
Only include certain boost headers if necessary.
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 1b6ba016a..32f4b27fd 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -3,6 +3,12 @@ // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" #include "strlcpy.h" +#include <boost/program_options/detail/config_file.hpp> +#include <boost/program_options/parsers.hpp> +#include <boost/filesystem/fstream.hpp> +#include <boost/interprocess/sync/interprocess_mutex.hpp> +#include <boost/interprocess/sync/interprocess_recursive_mutex.hpp> +#include <boost/foreach.hpp> using namespace std; using namespace boost; |