mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
add missing include files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8707 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ca06a92f4f
commit
798e8be70c
@ -35,6 +35,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "gnc-component-manager.h"
|
||||
#include "QueryCore.h"
|
||||
#include "QueryObject.h"
|
||||
#include "gncObject.h"
|
||||
#include "gnc-general-search.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <string.h>
|
||||
#include <gnome.h>
|
||||
|
||||
#include "QueryCore.h"
|
||||
#include "QueryNew.h"
|
||||
#include "Account.h" /* for ACCOUNT_MATCH_ALL_TYPE */
|
||||
#include "Transaction.h" /* for RECONCILED_MATCH_TYPE */
|
||||
|
@ -22,6 +22,7 @@
|
||||
#define _GNCSEARCH_CORE_TYPE_H
|
||||
|
||||
#include <gnome.h>
|
||||
#include "QueryCore.h"
|
||||
#include "QueryNew.h"
|
||||
#include "search-param.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user