[gnc-features.cpp] remove_if requires <algorithm>

pull/1497/head
Christopher Lam 3 years ago
parent 8481f062d4
commit 1a7fcb69c0

@ -22,6 +22,7 @@
#include <unordered_map>
#include <string>
#include <numeric>
#include <algorithm>
#include <config.h>

Loading…
Cancel
Save