diff options
Diffstat (limited to 'games/gma/files/patch-moves.h')
-rw-r--r-- | games/gma/files/patch-moves.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gma/files/patch-moves.h b/games/gma/files/patch-moves.h new file mode 100644 index 000000000000..285c9e2bff86 --- /dev/null +++ b/games/gma/files/patch-moves.h @@ -0,0 +1,11 @@ +--- src/moves.h.orig Sun May 18 19:18:04 2003 ++++ src/moves.h Sun May 18 19:18:19 2003 +@@ -24,7 +24,7 @@ + + #include "pattern.h" + +-#include <stl.h> ++#include <map.h> + + class Moves:map<Pattern,int> + { |