freebsd-ports/games/gma/files/patch-moves.h
2003-05-18 11:25:51 +00:00

11 lines
202 B
C++

--- 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>
{