15 lines
266 B
C++
15 lines
266 B
C++
--- 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
|
|
{
|