summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
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>