1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/games/gma/files/patch-moves.h
2003-05-18 11:25:51 +00:00

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