Include <algorithm> header to fix build when in C++0x mode
This commit is contained in:
parent
b3e6e54c1b
commit
44ee0d5309
@ -27,6 +27,7 @@ freely, subject to the following restrictions:
|
|||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user