fix build with gcc 4.3.0

svn path=/trunk/; revision=31971
This commit is contained in:
Christoph von Wittich 2008-01-24 16:42:57 +00:00
parent 923ae85f03
commit cf647b0d3b

View file

@ -12,6 +12,7 @@
// #include <algo.h>
#include <vector>
#include <algorithm>
#include <limits.h>
using namespace std;
template <class T>