pkgsrc/finance/kmymoney2/patches/patch-kmymoney2_plugins_viewinterface.h
joerg daa09743c9 Newer GCC doesn't allow template instantiation with incomplete types, so
make sure that the class definitions are present.
2011-12-23 01:19:16 +00:00

13 lines
477 B
C++

$NetBSD: patch-kmymoney2_plugins_viewinterface.h,v 1.1 2011/12/23 01:19:16 joerg Exp $
--- kmymoney2/plugins/viewinterface.h.orig 2008-10-29 12:01:13.000000000 +0000
+++ kmymoney2/plugins/viewinterface.h
@@ -39,6 +39,8 @@ class KPopupMenu;
// Project Includes
#include <kmymoney/mymoneyaccount.h>
+#include <kmymoney/mymoneysplit.h>
+#include <kmymoney/mymoneytransaction.h>
#include <kmymoney/mymoneyinstitution.h>
#include <kmymoney/export.h>
class KMyMoneyViewBase;