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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-06-24 15:24:12 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-06-24 15:24:12 +0300
commitbac5c2e55c1b2454328bf18207b6d9633d2b9adf (patch)
treefcea707fa2beaf065558d8d8a9748e7bf7bacb56
parent8a252398f0ea3447d759031df52e2b6a60699c44 (diff)
compile error with gcc
-rw-r--r--misc/pruneGeneration.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/pruneGeneration.cpp b/misc/pruneGeneration.cpp
index 45873a4ac..275d599df 100644
--- a/misc/pruneGeneration.cpp
+++ b/misc/pruneGeneration.cpp
@@ -2,6 +2,8 @@
#include <stdlib.h>
#include <iostream>
#include <cassert>
+#include <algorithm>
+#include <functional>
#include "pruneGeneration.h"
using namespace std;