summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-30 12:20:58 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:34 -0400
commit18aaf588ab55dfef5556e27ab69491f4c77ad303 (patch)
tree2a0d2d3afb537d93f23085f0b9cbe6b9cf8562a4 /src/main.cc
parent21af83013f3b1bae511a61b9e27224ab3de235c1 (diff)
downloadledger-18aaf588ab55dfef5556e27ab69491f4c77ad303.tar.gz
ledger-18aaf588ab55dfef5556e27ab69491f4c77ad303.tar.bz2
ledger-18aaf588ab55dfef5556e27ab69491f4c77ad303.zip
Added use of boost::optional<> to amount.h
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 506d17bb..0af4da0d 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -3,9 +3,12 @@
#else
#include <ledger.h>
#endif
-#include <option.h>
#include "acconf.h"
+#include "option.h"
+#include "gnucash.h"
+#include "qif.h"
+#include "ofx.h"
#ifdef HAVE_UNIX_PIPES
#include <sys/types.h>