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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/alignment-enabled/MGIZA/src/mymath.h')
-rw-r--r--experimental/alignment-enabled/MGIZA/src/mymath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/alignment-enabled/MGIZA/src/mymath.h b/experimental/alignment-enabled/MGIZA/src/mymath.h
index f8ad926..47c5bfb 100644
--- a/experimental/alignment-enabled/MGIZA/src/mymath.h
+++ b/experimental/alignment-enabled/MGIZA/src/mymath.h
@@ -5,5 +5,5 @@
#ifndef HEADER_MYMATH_DEFINED
#define HEADER_MYMATH_DEFINED
inline double mfabs(double x){return (x<0)?(-x):x;}
-#include <math.h>
+#include <cmath>
#endif