Merge pull request #748 from hzeller/20220804-add-missing-header

Add missing <algorithm> header, needed to use std::transform().
This commit is contained in:
Stephen Williams 2022-08-05 16:22:47 -07:00 committed by GitHub
commit 542da11669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>