gnucash master: Fix undeclared std::find_if.

John Ralls jralls at code.gnucash.org
Sat May 9 21:28:29 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/f23e3b26 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5da3bf79 (commit)



commit f23e3b2660c5cd0ccc84428e5c296f011845031d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat May 9 18:28:20 2020 -0700

    Fix undeclared std::find_if.

diff --git a/libgnucash/engine/qoflog.cpp b/libgnucash/engine/qoflog.cpp
index ba3efac88..a0259fc2b 100644
--- a/libgnucash/engine/qoflog.cpp
+++ b/libgnucash/engine/qoflog.cpp
@@ -57,6 +57,7 @@ extern "C"
 #include <string>
 #include <vector>
 #include <memory>
+#include <algorithm>
 
 #define QOF_LOG_MAX_CHARS 50
 #define QOF_LOG_MAX_CHARS_WITH_ALLOWANCE 100



Summary of changes:
 libgnucash/engine/qoflog.cpp | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list