gnucash master: Add proper include
Geert Janssens
gjanssens at code.gnucash.org
Wed Feb 15 05:23:08 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/1a096653 (commit)
from https://github.com/Gnucash/gnucash/commit/4c5cc9f4 (commit)
commit 1a09665333d82989844c4c89949466bef085ef89
Author: Geert Janssens <geert at kobaltwit.be>
Date: Wed Feb 15 11:23:02 2023 +0100
Add proper include
diff --git a/gnucash/import-export/csv-imp/gnc-import-tx.cpp b/gnucash/import-export/csv-imp/gnc-import-tx.cpp
index b2ca85ab6..4d5f0ba88 100644
--- a/gnucash/import-export/csv-imp/gnc-import-tx.cpp
+++ b/gnucash/import-export/csv-imp/gnc-import-tx.cpp
@@ -33,6 +33,7 @@
#include <algorithm>
#include <exception>
#include <iostream>
+#include <map>
#include <memory>
#include <numeric>
#include <string>
Summary of changes:
gnucash/import-export/csv-imp/gnc-import-tx.cpp | 1 +
1 file changed, 1 insertion(+)
More information about the gnucash-changes
mailing list