blob: 1195cfaf6461573edae6ff21c2bed4dea465e4a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- src/scores.h.orig Mon Apr 17 02:52:22 2000
+++ src/scores.h Sun May 18 19:19:41 2003
@@ -22,10 +22,12 @@
#ifndef SCORES_H
#define SCORES_H
-#include <stl.h>
+#include <map>
#include <string>
#include "pattern.h"
+using std::map;
+
class Scores
{
public:
|