--- a/src/audio.cc	2008-01-20 22:19:41.000000000 +0100
+++ b/src/audio.cc	2008-01-20 22:22:38.000000000 +0100
@@ -21,8 +21,9 @@
 //    with this program; if not, write to the Free Software Foundation, Inc.,
 //    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
+#include <iostream>
+using namespace std;
 #include <stdlib.h>
-#include <iostream.h>
 #include <string.h>
 
 #include "audio.h"
--- a/src/ecran.cc	2008-01-20 22:23:12.000000000 +0100
+++ b/src/ecran.cc	2008-01-20 22:23:22.000000000 +0100
@@ -21,7 +21,8 @@
 //    with this program; if not, write to the Free Software Foundation, Inc.,
 //    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
--- a/src/editeur.cc	2008-01-20 22:23:31.000000000 +0100
+++ b/src/editeur.cc	2008-01-20 22:23:41.000000000 +0100
@@ -25,7 +25,8 @@
 #include <windows.h>
 #endif
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
--- a/src/jeux.cc	2008-01-20 22:23:51.000000000 +0100
+++ b/src/jeux.cc	2008-01-20 22:24:04.000000000 +0100
@@ -25,7 +25,8 @@
 #include <windows.h>
 #endif
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
--- a/src/loco.cc	2008-01-20 22:24:21.000000000 +0100
+++ b/src/loco.cc	2008-01-20 22:24:32.000000000 +0100
@@ -21,7 +21,8 @@
 //    with this program; if not, write to the Free Software Foundation, Inc.,
 //    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
--- a/src/main.cc	2008-01-20 22:24:40.000000000 +0100
+++ b/src/main.cc	2008-01-20 22:24:51.000000000 +0100
@@ -21,9 +21,10 @@
 //    with this program; if not, write to the Free Software Foundation, Inc.,
 //    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include <stdlib.h>
-#include <iostream.h>
 #include <string.h>
 #include <SDL/SDL.h>
 #include <SDL/SDL_mixer.h>
--- a/src/menu.cc	2008-01-20 22:24:59.000000000 +0100
+++ b/src/menu.cc	2008-01-20 22:25:09.000000000 +0100
@@ -21,7 +21,8 @@
 //    with this program; if not, write to the Free Software Foundation, Inc.,
 //    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
--- a/src/mouse.cc	2008-01-20 22:25:19.000000000 +0100
+++ b/src/mouse.cc	2008-01-20 22:25:32.000000000 +0100
@@ -21,7 +21,8 @@
 //    with this program; if not, write to the Free Software Foundation, Inc.,
 //    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include "mouse.h"
 #include "preference.h"
--- a/src/sprite.cc	2008-01-20 22:25:45.000000000 +0100
+++ b/src/sprite.cc	2008-01-20 22:25:55.000000000 +0100
@@ -21,7 +21,8 @@
 //    with this program; if not, write to the Free Software Foundation, Inc.,
 //    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
--- a/src/tableau.cc	2008-01-20 22:26:05.000000000 +0100
+++ b/src/tableau.cc	2008-01-20 22:26:16.000000000 +0100
@@ -21,7 +21,8 @@
 //    with this program; if not, write to the Free Software Foundation, Inc.,
 //    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include <stdlib.h>
 #include "preference.h"
--- a/src/utils.cc	2008-01-20 22:26:24.000000000 +0100
+++ b/src/utils.cc	2008-01-20 22:26:33.000000000 +0100
@@ -21,7 +21,8 @@
 //    with this program; if not, write to the Free Software Foundation, Inc.,
 //    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
