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

This commit is contained in:
Christopher Lam 2023-04-29 08:17:22 +08:00
parent 8481f062d4
commit 1a7fcb69c0

View File

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