Add missing <algorithm> header, needed to use std::transform().
Signed-off-by: Henner Zeller <h.zeller@acm.org>
This commit is contained in:
parent
e3a9591960
commit
05a0622154
|
|
@ -27,6 +27,7 @@
|
|||
* reference any other modules. It is entirely self contained.
|
||||
*/
|
||||
|
||||
# include <algorithm>
|
||||
# include <typeinfo>
|
||||
# include <cstdlib>
|
||||
# include <cstring>
|
||||
|
|
|
|||
Loading…
Reference in New Issue