summaryrefslogtreecommitdiff
path: root/src/system.hh
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-30 11:22:08 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:34 -0400
commit21af83013f3b1bae511a61b9e27224ab3de235c1 (patch)
treebf0eea45f33e7e269220adc6ce37815f7bc14a3f /src/system.hh
parent3ba6c2572dfc58bcd963cbc8cac1cce2f5b01dba (diff)
downloadfork-ledger-21af83013f3b1bae511a61b9e27224ab3de235c1.tar.gz
fork-ledger-21af83013f3b1bae511a61b9e27224ab3de235c1.tar.bz2
fork-ledger-21af83013f3b1bae511a61b9e27224ab3de235c1.zip
Did more work on the utility code.
Diffstat (limited to 'src/system.hh')
-rw-r--r--src/system.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/system.hh b/src/system.hh
index bf376deb..a1c686c0 100644
--- a/src/system.hh
+++ b/src/system.hh
@@ -21,6 +21,7 @@
#include <algorithm>
#include <exception>
+#include <stdexcept>
#include <iostream>
#include <streambuf>
#include <iomanip>
@@ -96,4 +97,16 @@ extern "C" {
#include <libofx.h>
#endif
+#include <boost/algorithm/string/predicate.hpp>
+#include <boost/any.hpp>
+#include <boost/current_function.hpp>
+#include <boost/date_time/posix_time/posix_time.hpp>
+#include <boost/filesystem/exception.hpp>
+#include <boost/filesystem/fstream.hpp>
+#include <boost/filesystem/path.hpp>
+#include <boost/optional.hpp>
+#include <boost/ptr_container/ptr_list.hpp>
+#include <boost/ptr_container/ptr_vector.hpp>
+#include <boost/regex.hpp>
+
#endif // _SYSTEM_HH