mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 10:20:18 -06:00
[gnc-features.cpp] remove_if requires <algorithm>
This commit is contained in:
parent
8481f062d4
commit
1a7fcb69c0
@ -22,6 +22,7 @@
|
||||
#include <unordered_map>
|
||||
#include <string>
|
||||
#include <numeric>
|
||||
#include <algorithm>
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user