diff options
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 |