Blob Blame History Raw
--- Macaulay2-0.9.2/Macaulay2/e/style.hpp.gcc3	2001-08-07 22:16:19.000000000 -0500
+++ Macaulay2-0.9.2/Macaulay2/e/style.hpp	2003-09-12 08:48:39.000000000 -0500
@@ -3,7 +3,8 @@
 #define _style_hh_
 
 #include <cmath>    // to get fabs(), gcc 3.0
-#include <vector.h> // just to get swap(), which is included from algobase.h by vector.h, gcc 3.0
+#include <algorithm> // to get swap(), gcc 3.0
+using namespace std; 
 #include <stdio.h>
 #include <stddef.h>
 #include <stdlib.h>
--- Macaulay2-0.9.2/Macaulay2/e/x_factor.cpp.gcc3	2001-08-07 20:15:34.000000000 -0500
+++ Macaulay2-0.9.2/Macaulay2/e/x_factor.cpp	2003-09-12 08:50:41.000000000 -0500
@@ -3,7 +3,7 @@
 //#if !defined(__MWERKS__)
 #if 1
 #include <assert.h>
-#include <iostream.h>
+#include <iostream>
 #define divides ignore_this_symbol /* bits/stl_function.h contains a generic one, sigh, gcc 3.0 */
 #include "interp.hpp"
 #undef divides