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