summaryrefslogtreecommitdiff
path: root/games/xfreecell/patches/patch-ac
blob: 4072db57d957609b08b532727e915e621f82015a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.1 2004/07/10 23:03:47 wiz Exp $

--- gnmanager.h.orig	1999-03-29 15:07:19.000000000 +0200
+++ gnmanager.h
@@ -2,7 +2,10 @@
 #define GNManager_H
 
 #include <string>
-#include <hash_set>
+#include <ext/hash_set>
+
+using namespace __gnu_cxx;
+using namespace std;
 
 class GameNumberManager {
 public: