summaryrefslogtreecommitdiff
path: root/src/match.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-06-13 23:36:51 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-06-22 18:32:15 -0700
commit6d352b39cb8edca87705065a5b87e6208cafba6b (patch)
treeac45c53b8c2e05f4b8c90da9d8bc4a93f424f876 /src/match.h
parentd9924b1eb8a80bc642340227aa92f276c3ac1d5d (diff)
Add tests for exact scores
Preparing for some changes to the match method
Diffstat (limited to 'src/match.h')
-rw-r--r--src/match.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/match.h b/src/match.h
index 941b62e..0fa7b6f 100644
--- a/src/match.h
+++ b/src/match.h
@@ -1,6 +1,8 @@
#ifndef MATCH_H
#define MATCH_H MATCH_H
+#include <math.h>
+
typedef double score_t;
#define SCORE_MAX INFINITY
#define SCORE_MIN -INFINITY