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/mkcls/KategProblemTest.cpp')
-rw-r--r--experimental/alignment-enabled/MGIZA/src/mkcls/KategProblemTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/alignment-enabled/MGIZA/src/mkcls/KategProblemTest.cpp b/experimental/alignment-enabled/MGIZA/src/mkcls/KategProblemTest.cpp
index 8c76ce5..3084a0b 100644
--- a/experimental/alignment-enabled/MGIZA/src/mkcls/KategProblemTest.cpp
+++ b/experimental/alignment-enabled/MGIZA/src/mkcls/KategProblemTest.cpp
@@ -32,8 +32,8 @@ USA.
#include "RRTOptimization.h"
#include "GDAOptimization.h"
-#include <stdlib.h>
-#include <stdio.h>
+#include <cstdlib>
+#include <cstdio>
#include <string>
#include <strstream>