--- 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 +using namespace std; #include -#include #include #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 +#include +using namespace std; #include #include #include --- 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 #endif -#include +#include +using namespace std; #include #include #include --- 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 #endif -#include +#include +using namespace std; #include #include #include --- 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 +#include +using namespace std; #include #include #include --- 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 +using namespace std; #include #include -#include #include #include #include --- 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 +#include +using namespace std; #include #include #include --- 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 +#include +using namespace std; #include #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 +#include +using namespace std; #include #include #include --- 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 +#include +using namespace std; #include #include #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 +#include +using namespace std; #include #include #include