--- plugins/import/CirculantGraph.cpp.orig Thu Apr 3 04:49:37 2003 +++ plugins/import/CirculantGraph.cpp Mon May 26 08:01:03 2003 @@ -1,5 +1,6 @@ +#include #include -#include +#include #include using namespace std; @@ -9,7 +10,7 @@ }; namespace std { - struct less + template <> struct less { bool operator()(const edgeS &c,const edgeS &d) const {