summaryrefslogtreecommitdiff
path: root/strategyparameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'strategyparameters.h')
-rw-r--r--strategyparameters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/strategyparameters.h b/strategyparameters.h
index 4398c51..12aa56f 100644
--- a/strategyparameters.h
+++ b/strategyparameters.h
@@ -60,7 +60,7 @@ protected:
static const int m_bogowinArrayWidth = 601;
static const int m_bogowinArrayHeight = 94;
double m_bogowin[m_bogowinArrayWidth][m_bogowinArrayHeight];
- typedef map<LetterString, double> SuperLeavesMap;
+ typedef std::map<LetterString, double> SuperLeavesMap;
SuperLeavesMap m_superleaves;
bool m_hasSyn2;
bool m_hasWorths;