Fix missing <algorithm> header. Pull (#8)
This commit is contained in:
parent
4a31b69f84
commit
c9ca390926
|
|
@ -77,6 +77,7 @@
|
|||
#include "V3String.h"
|
||||
#include "V3Task.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
// More code; this file was getting too large; see actions there
|
||||
|
|
|
|||
Loading…
Reference in New Issue