1 2 3 4 5 6 7 8 9 10 11 12
--- cmn/locator.h.dist Sat Mar 22 20:35:30 2003 +++ cmn/locator.h Sat Oct 25 21:42:46 2003 @@ -47,7 +47,8 @@ // Include Files -#include <iostream.h> +#include <iostream> +using namespace std; #include "utils.h" #include "coord.h"