Fix missing <algorithm> header. Pull (#8)

This commit is contained in:
Kuba Ober 2019-12-20 20:14:52 -05:00 committed by W Snyder
parent 4a31b69f84
commit c9ca390926
1 changed files with 1 additions and 0 deletions

View File

@ -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