Validator: explicitly include <algorithm>

This commit is contained in:
Bruno Martins
2019-06-14 08:41:10 -04:00
parent 1cac2ccd7e
commit d366cc9682

View File

@ -8,6 +8,7 @@
#include <string>
#include <set>
#include <algorithm>
#include <pv/pvIntrospect.h>
@ -273,4 +274,4 @@ private:
};
}}
#endif
#endif