mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
9c270f89fd
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
313 B
Diff
10 lines
313 B
Diff
--- gnucash/import-export/csv-imp/gnc-imp-settings-csv.hpp.orig 2020-05-11 19:38:43.108485371 +0000
|
|
+++ gnucash/import-export/csv-imp/gnc-imp-settings-csv.hpp
|
|
@@ -34,6 +34,7 @@ extern "C" {
|
|
#include "gnc-commodity.h"
|
|
}
|
|
|
|
+#include <algorithm>
|
|
#include <string>
|
|
#include <vector>
|
|
#include <boost/optional.hpp>
|