gnucash stable: [csv-export-helpers] include header

Christopher Lam clam at code.gnucash.org
Fri Apr 7 11:56:51 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/5ebb5447 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5dc0b827 (commit)



commit 5ebb544719ef33bb957f5b894f2a93722eb59320
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Apr 7 23:00:01 2023 +0800

    [csv-export-helpers] include header

diff --git a/gnucash/import-export/csv-exp/csv-export-helpers.hpp b/gnucash/import-export/csv-exp/csv-export-helpers.hpp
index cf0c4e395b..9837c8eb29 100644
--- a/gnucash/import-export/csv-exp/csv-export-helpers.hpp
+++ b/gnucash/import-export/csv-exp/csv-export-helpers.hpp
@@ -20,6 +20,9 @@
 #ifndef CSV_EXPORT_HELPERS
 #define CSV_EXPORT_HELPERS
 
+#include <config.h>
+#include "Account.h"
+
 #include <string>
 #include <cstdio>
 #include <fstream>



Summary of changes:
 gnucash/import-export/csv-exp/csv-export-helpers.hpp | 3 +++
 1 file changed, 3 insertions(+)



More information about the gnucash-changes mailing list