Add missing <algorithm> header, needed to use std::transform().

Signed-off-by: Henner Zeller <h.zeller@acm.org>
This commit is contained in:
Henner Zeller 2022-08-04 09:40:17 -07:00
parent e3a9591960
commit 05a0622154
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
* reference any other modules. It is entirely self contained.
*/
# include <algorithm>
# include <typeinfo>
# include <cstdlib>
# include <cstring>