[Gnucash-changes] r12886 - gnucash/trunk/src/gnome - add
missing #include
David Hampton
hampton-gnucash at rainbolthampton.net
Thu Jan 19 10:58:48 EST 2006
On Thu, 2006-01-19 at 09:16 -0500, Chris Shoemaker wrote:
> Modified: gnucash/trunk/src/gnome/top-level.h
> ===================================================================
> --- gnucash/trunk/src/gnome/top-level.h 2006-01-19 13:42:20 UTC (rev 12885)
> +++ gnucash/trunk/src/gnome/top-level.h 2006-01-19 14:16:58 UTC (rev 12886)
> @@ -25,6 +25,7 @@
>
> #include <glib.h>
> #include <libguile.h>
> +#include "Account.h" /* for GNCAccountType */
This doesn't seem like the appropriate file to have account specific
functions in it.
David
More information about the gnucash-devel
mailing list