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

github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredpony <redpony@ca354974-eb3a-0410-8f5c-d3948404989b>2009-03-20 14:53:44 +0300
committerredpony <redpony@ca354974-eb3a-0410-8f5c-d3948404989b>2009-03-20 14:53:44 +0300
commitf230281b249108452b1fff9e7bd9c43195a45e8d (patch)
treead56a2b7266749fd60e0a6a71a9e2be74b34eb22 /GIZA++-v2/transpair_model1.h
parent06491c9dd034b07763f511f3acff9bf975e5f14f (diff)
fixes for g++ 4.3.1 (mostly standard header compliance)
Diffstat (limited to 'GIZA++-v2/transpair_model1.h')
-rw-r--r--GIZA++-v2/transpair_model1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIZA++-v2/transpair_model1.h b/GIZA++-v2/transpair_model1.h
index 00d7875..dd1425d 100644
--- a/GIZA++-v2/transpair_model1.h
+++ b/GIZA++-v2/transpair_model1.h
@@ -31,7 +31,7 @@ USA.
#include "ATables.h"
#include "TTables.h"
#include "alignment.h"
-#include <math.h>
+#include <cmath>
#include <algorithm>
#include "Array2.h"
#include "mystl.h"