1 2 3 4 5 6 7 8 9 10
--- src/util.hpp.orig Wed May 19 14:27:36 2004 +++ src/util.hpp Wed May 19 14:28:08 2004 @@ -15,6 +15,7 @@ #include <cmath> #include <map> +#include <sstream> //instead of playing with VC++'s crazy definitions of min and max, //just define our own