diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-01 04:36:49 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:35 -0400 |
commit | e92bcf411d2e9a55969303ba3893a017152d7c18 (patch) | |
tree | e7b52d09751de39c86ede91f88a2fcf24facfb27 /src/system.hh | |
parent | 50a9caf302936ba6f61bbe05b4718f199d0d584c (diff) | |
download | ledger-e92bcf411d2e9a55969303ba3893a017152d7c18.tar.gz ledger-e92bcf411d2e9a55969303ba3893a017152d7c18.tar.bz2 ledger-e92bcf411d2e9a55969303ba3893a017152d7c18.zip |
Started using boost::optional<T>.
Diffstat (limited to 'src/system.hh')
-rw-r--r-- | src/system.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.hh b/src/system.hh index ce7a71be..55e64734 100644 --- a/src/system.hh +++ b/src/system.hh @@ -101,8 +101,10 @@ extern "C" { #include <boost/any.hpp> #include <boost/current_function.hpp> #include <boost/date_time/posix_time/posix_time.hpp> +#include <boost/filesystem/convenience.hpp> #include <boost/filesystem/exception.hpp> #include <boost/filesystem/fstream.hpp> +#include <boost/filesystem/operations.hpp> #include <boost/filesystem/path.hpp> #include <boost/optional.hpp> #include <boost/ptr_container/ptr_list.hpp> |