diff options
Diffstat (limited to 'office/gnucash/gnucash-boost-1.73.patch')
-rw-r--r-- | office/gnucash/gnucash-boost-1.73.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/office/gnucash/gnucash-boost-1.73.patch b/office/gnucash/gnucash-boost-1.73.patch new file mode 100644 index 0000000000..ab3a015199 --- /dev/null +++ b/office/gnucash/gnucash-boost-1.73.patch @@ -0,0 +1,10 @@ +--- 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> |