diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-21 02:59:43 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-21 02:59:43 +0000 |
commit | 5938092de7c5b31f622531fc38ca068eceeb532e (patch) | |
tree | 1d3d294e2176921aa8a96aa87d7cfe316536979f /utils/logval.h | |
parent | b221b61ae27b7a9acb2d3dc5acfc5463ee87f995 (diff) |
semiring
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@610 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'utils/logval.h')
-rw-r--r-- | utils/logval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/logval.h b/utils/logval.h index 833da7b8..4605d919 100644 --- a/utils/logval.h +++ b/utils/logval.h @@ -8,6 +8,7 @@ #include <cstdlib> #include <cmath> #include <limits> +#include <cassert> #include "semiring.h" //TODO: template for supporting negation or not - most uses are for nonnegative "probs" only; probably some 10-20% speedup available |