diff options
Diffstat (limited to 'games/xevil/files/patch-cmn__locator.cpp')
-rw-r--r-- | games/xevil/files/patch-cmn__locator.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn__locator.cpp b/games/xevil/files/patch-cmn__locator.cpp new file mode 100644 index 000000000000..534d959f4036 --- /dev/null +++ b/games/xevil/files/patch-cmn__locator.cpp @@ -0,0 +1,10 @@ +--- cmn/locator.cpp.orig 2012-05-27 06:52:30.000000000 +0900 ++++ cmn/locator.cpp 2012-05-27 06:53:11.000000000 +0900 +@@ -50,6 +50,7 @@ + + #include "bitmaps/locator/locator.bitmaps" // for arrows + ++using namespace std; + + // When we reach this, start deleting objects. + #define OL_LIST_WARN ((int)(OL_LIST_MAX * 0.9)) |