add include to gncInvoice.h to make sure the

GncInvoiceType enum is available
This commit is contained in:
Maurits Lamers 2019-10-24 21:22:20 +02:00
parent 61792d9bd9
commit 48fef49e3b

View File

@ -42,6 +42,7 @@
#include "gnc-ui-util.h"
#include "gnc-window.h"
#include "dialog-utils.h"
#include "gncInvoice.h"
/* This static indicates the debugging module that this .o belongs to. */
static QofLogModule log_module = GNC_MOD_GUI;