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:
authorMatous Machacek <machacekmatous@gmail.com>2012-03-23 22:09:04 +0400
committerMatous Machacek <machacekmatous@gmail.com>2012-03-23 22:09:04 +0400
commite0408d80fdc1344d3b0ecbf7a4f7c4375376f7cf (patch)
tree8175f00bd8026df246b13b9351cae56b0d94c420
parentf0ed7779d70e45e23a44ffb598a5fc6828013a28 (diff)
Fixed compilation errorapply-coding-standard
-rw-r--r--mert/SemposOverlapping.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mert/SemposOverlapping.cpp b/mert/SemposOverlapping.cpp
index 309b371ce..4658ea298 100644
--- a/mert/SemposOverlapping.cpp
+++ b/mert/SemposOverlapping.cpp
@@ -1,5 +1,6 @@
#include "SemposOverlapping.h"
+#include <algorithm>
#include <stdexcept>
using namespace std;