--- plugins/import/RandomSimpleGraph.cpp.orig Fri Jan 10 12:59:47 2003 +++ plugins/import/RandomSimpleGraph.cpp Fri Jan 10 12:59:59 2003 @@ -1,3 +1,4 @@ +#include #include #include #include @@ -9,7 +10,7 @@ }; namespace std { - struct less { + template <> struct less { bool operator()(const edgeS &c,const edgeS &d) const { int cs,ct,ds,dt; if (c.source<=c.target) {