summaryrefslogtreecommitdiff
path: root/ledger.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-20 23:12:04 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-20 23:12:04 -0400
commitd86a91d45b837d1d32e943107c856497897cc85c (patch)
tree3e9ca05a7126facb6b2ad7cd9447d4bc7c149d6c /ledger.h
parent689df610779d43bf740925a90ab3579b22d45da8 (diff)
downloadfork-ledger-d86a91d45b837d1d32e943107c856497897cc85c.tar.gz
fork-ledger-d86a91d45b837d1d32e943107c856497897cc85c.tar.bz2
fork-ledger-d86a91d45b837d1d32e943107c856497897cc85c.zip
The new XPath parser has been integrated, although I have removed the
XML-related bits -- I just wanted the better infrastructure that had been created during the rewrite. It doesn't work, but it compiles and links now. This means that all of the previous 3.0 code has been moved over, although there are still snippets of code in pending/old that need to be restored.
Diffstat (limited to 'ledger.h')
-rw-r--r--ledger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ledger.h b/ledger.h
index 9897cef3..c772ec4a 100644
--- a/ledger.h
+++ b/ledger.h
@@ -52,6 +52,7 @@
#include <csv.h>
//#include <quotes.h>
#include <valexpr.h>
+#include <parsexp.h>
#include <walk.h>
#include <derive.h>
#include <reconcile.h>