Fix the build by including <algorithm> header

This commit is contained in:
ridiculousfish 2014-02-12 21:08:12 -08:00
parent 503bbd85b5
commit f733dc5eae

View file

@ -59,6 +59,7 @@
#include "output.h"
#include "intern.h"
#include <vector>
#include <algorithm>
#define DEFAULT_TERM L"ansi"