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:
Diffstat (limited to 'GIZA++-v2/Perplexity.h')
-rw-r--r--GIZA++-v2/Perplexity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/GIZA++-v2/Perplexity.h b/GIZA++-v2/Perplexity.h
index b06b3dc..5010280 100644
--- a/GIZA++-v2/Perplexity.h
+++ b/GIZA++-v2/Perplexity.h
@@ -34,8 +34,8 @@ USA.
#ifndef _PERPLEXITY_H
#define _PERPLEXITY_H
-#include <math.h>
-#include <fstream.h>
+#include <cmath>
+#include <fstream>
#include "Vector.h"
#include "defs.h"
#include "Array2.h"