Fixed missing include.

This commit is contained in:
Petr Pitka 2021-11-04 14:44:35 +01:00
parent 77733c280d
commit d912dc37c6

View File

@ -19,6 +19,8 @@
#include <clocale> #include <clocale>
#endif #endif
#include <algorithm>
/* This header provides common string manipulation support, such as UTF-8, /* This header provides common string manipulation support, such as UTF-8,
* portable conversion from/to string... * portable conversion from/to string...
* *