diff --git a/src/report/standard-reports/account-piecharts.scm b/src/report/standard-reports/account-piecharts.scm index 1d035c61d6..5a786807f3 100644 --- a/src/report/standard-reports/account-piecharts.scm +++ b/src/report/standard-reports/account-piecharts.scm @@ -25,11 +25,14 @@ (define-module (gnucash report account-piecharts)) +(use-modules (g-wrapped gw-gnc)) +(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing. (use-modules (srfi srfi-1)) (use-modules (ice-9 slib)) +(use-modules (gnucash gnc-module)) + (require 'printf) -(use-modules (gnucash gnc-module)) (gnc:module-load "gnucash/report/report-system" 0) (define menuname-income (N_ "Income Piechart"))