freebsd-ports/games/gma/files/patch-scores.h

16 lines
266 B
C
Raw Normal View History

2003-05-18 13:25:51 +02:00
--- src/scores.h.orig Mon Apr 17 02:52:22 2000
+++ src/scores.h Sun May 18 19:19:41 2003
@@ -22,9 +22,11 @@
#ifndef SCORES_H
#define SCORES_H
-#include <stl.h>
+#include <map.h>
#include <string>
#include "pattern.h"
+
+using namespace std;
class Scores
{