summaryrefslogtreecommitdiff
path: root/src/system.hh
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-14 11:09:06 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:49 -0400
commit77db7eb92f730af315d4bcdf831cc67acb386b58 (patch)
tree566a413e47d8d9f2f82d257c4ad3988c0a38d919 /src/system.hh
parent3cc14c70d47f6f7674b587eb08b9d0e02a90e662 (diff)
downloadledger-77db7eb92f730af315d4bcdf831cc67acb386b58.tar.gz
ledger-77db7eb92f730af315d4bcdf831cc67acb386b58.tar.bz2
ledger-77db7eb92f730af315d4bcdf831cc67acb386b58.zip
Added initial support for using builders from the various parsers; at the moment is just uses the xml_writer_t builder to output the contents of the ledger journal as XML
Diffstat (limited to 'src/system.hh')
-rw-r--r--src/system.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system.hh b/src/system.hh
index 61dd9530..217b1235 100644
--- a/src/system.hh
+++ b/src/system.hh
@@ -138,6 +138,7 @@ extern "C" {
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
+#include <boost/foreach.hpp>
#include <boost/function.hpp>
#include <boost/lambda/bind.hpp>
#include <boost/lambda/lambda.hpp>