Mercurial > hg > bitcoin
diff src/util.cpp @ 695:9609c7af94ba draft
Fix missing includes needed for Boost 1.46.
author | Shane Wegner <shane-github@csy.ca> |
---|---|
date | Sun, 19 Jun 2011 15:12:31 -0700 (2011-06-19) |
parents | 818293527c0f |
children | 1a1dba324cc5 |
line wrap: on
line diff
--- 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>