Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-05-20 09:01:14 +0300
committerJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-05-20 09:01:14 +0300
commit8bbbc0670dbb969c0105bcc823e3c04e13d4e58e (patch)
tree077cb1c1f2240afdbb0a0e0cd3c6a7862df21a5f /moses/Incremental.cpp
parentd7f64288758cc41b59b5d5a946b025c8f8bc1edc (diff)
Add missing include: <cmath> for M_LN10.
Diffstat (limited to 'moses/Incremental.cpp')
-rw-r--r--moses/Incremental.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Incremental.cpp b/moses/Incremental.cpp
index 5e6139d3b..36f215a69 100644
--- a/moses/Incremental.cpp
+++ b/moses/Incremental.cpp
@@ -1,3 +1,4 @@
+#include <cmath>
#include <stdexcept>
#include "moses/Incremental.h"