mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix another missing include <algorithm>.
Required by gcc-6.2.
This commit is contained in:
parent
a7225780d6
commit
427d46719e
@ -28,6 +28,7 @@ extern "C"
|
||||
#include <config.h>
|
||||
}
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include "gnc-backend-dbi.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user