Include <algorithm> header to fix build when in C++0x mode

This commit is contained in:
Matt Williams 2010-02-25 00:16:21 +00:00
parent b3e6e54c1b
commit 44ee0d5309

View File

@ -27,6 +27,7 @@ freely, subject to the following restrictions:
#include <cstdlib>
#include <list>
#include <algorithm>
using namespace std;