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/defs.h')
-rw-r--r--experimental/alignment-enabled/MGIZA/src/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/alignment-enabled/MGIZA/src/defs.h b/experimental/alignment-enabled/MGIZA/src/defs.h
index e94addd..5fbc31d 100644
--- a/experimental/alignment-enabled/MGIZA/src/defs.h
+++ b/experimental/alignment-enabled/MGIZA/src/defs.h
@@ -22,8 +22,8 @@ USA.
#ifndef _defs_h
#define _defs_h 1
#include <string>
-#include <math.h>
-#include <limits.h>
+#include <cmath>
+#include <climits>
const int TRANSFER_SIMPLE=1;
const int TRANSFER=0;