File xlogical-1.0-7-axp.dif of Package xlogical
--- anim.h
+++ anim.h
@@ -26,6 +26,7 @@
#define ANIM_H
// Language Includes
#include <list>
+using namespace std;
#ifdef WIN32
using namespace std;
--- exception.cpp
+++ exception.cpp
@@ -21,7 +21,7 @@
////////////////////////////////////////////////////////////////////////
-
+#include <iostream.h>
// Application Includes
#include "exception.h"
--- exception.h
+++ exception.h
@@ -27,10 +27,7 @@
// Language Includes
#include <string>
-
-#ifdef WIN32
using namespace std;
-#endif
#define CatchEx(aEx) catch( CXLException aEx )
#define ThrowEx(aError) throw CXLException(aError,__FILE__,__LINE__)
--- levelmap.cpp
+++ levelmap.cpp
@@ -30,7 +30,7 @@
#ifndef USE_HASH_MAP
#include <map>
#else
-#include <hash_map>
+#include <ext/hash_map>
#endif
#include <cerrno>
@@ -38,6 +38,7 @@
#ifdef WIN32
using namespace std;
#endif
+#include <iostream.h>
// Application Includes
#include "defs.h"
--- properties.h
+++ properties.h
@@ -33,9 +33,7 @@
#include <map>
#include <string>
-#ifdef WIN32
using namespace std;
-#endif
#include "defs.h"
--- sdl_audio.cpp
+++ sdl_audio.cpp
@@ -23,7 +23,7 @@
#ifndef USE_HASH_MAP
#include <map>
#else
-#include <hash_map>
+#include <ext/hash_map>
#endif
#include <iostream>
--- tile_general.cpp
+++ tile_general.cpp
@@ -27,6 +27,8 @@
using namespace std;
#endif
+#include <iostream.h>
+
// Application Includes
#include "audio.h"
#include "properties.h"