From b150531c35bce2271f011d274782ecb8148d4c8f Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date: Mon, 1 Aug 2011 19:15:19 +0000
Subject: Fix kmymoney2 FTBFS

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1244305 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
---
 kmymoney2/mymoney/mymoneyaccount.h      | 2 ++
 kmymoney2/plugins/ofximport/Makefile.am | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/kmymoney2/mymoney/mymoneyaccount.h b/kmymoney2/mymoney/mymoneyaccount.h
index b15aa7f..69b015d 100644
--- a/kmymoney2/mymoney/mymoneyaccount.h
+++ b/kmymoney2/mymoney/mymoneyaccount.h
@@ -38,6 +38,8 @@
 #include <kmymoney/mymoneyobject.h>
 #include <kmymoney/mymoneykeyvaluecontainer.h>
 #include <kmymoney/mymoneysecurity.h>
+#include <kmymoney2/views/kmymoneytransaction.h>
+#include <kmymoney2/mymoney/mymoneysplit.h>
 #include <kmymoney/export.h>
 #include "mymoneyutils.h"
 class MyMoneyTransaction;
diff --git a/kmymoney2/plugins/ofximport/Makefile.am b/kmymoney2/plugins/ofximport/Makefile.am
index 43b9f94..97b6c4b 100644
--- a/kmymoney2/plugins/ofximport/Makefile.am
+++ b/kmymoney2/plugins/ofximport/Makefile.am
@@ -1,6 +1,6 @@
 KDE_OPTIONS = noautodist
 
-INCLUDES = $(all_includes) -I.. -I. -I${srcdir}/dialogs -Idialogs
+INCLUDES = $(all_includes) -I$(top_srcdir) -I.. -I. -I${srcdir}/dialogs -Idialogs
 METASOURCES = AUTO
 
 # Install this plugin in the KDE modules directory
-- 
cgit v1.2.3

