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
path: root/moses/PP
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2016-03-24 01:46:54 +0300
committerKenneth Heafield <github@kheafield.com>2016-03-24 01:46:54 +0300
commit8a083bc9212d7c1bd5f6994b520325848aacbaae (patch)
tree5d26f2ed3de07142a68da068e9012920af1ad04a /moses/PP
parent49165a370b58f2ac1f9f18664be10edd28251259 (diff)
Missing #include <set> (which BTW probably shouldn't be used)
Diffstat (limited to 'moses/PP')
-rw-r--r--moses/PP/TargetConstituentBoundariesLeftPhraseProperty.cpp1
-rw-r--r--moses/PP/TargetConstituentBoundariesRightAdjacentPhraseProperty.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/moses/PP/TargetConstituentBoundariesLeftPhraseProperty.cpp b/moses/PP/TargetConstituentBoundariesLeftPhraseProperty.cpp
index b39c79036..b23126c6c 100644
--- a/moses/PP/TargetConstituentBoundariesLeftPhraseProperty.cpp
+++ b/moses/PP/TargetConstituentBoundariesLeftPhraseProperty.cpp
@@ -1,3 +1,4 @@
+#include <set>
#include "moses/PP/TargetConstituentBoundariesLeftPhraseProperty.h"
#include "moses/FactorCollection.h"
#include "moses/Util.h"
diff --git a/moses/PP/TargetConstituentBoundariesRightAdjacentPhraseProperty.cpp b/moses/PP/TargetConstituentBoundariesRightAdjacentPhraseProperty.cpp
index 268f145cf..198ecfa38 100644
--- a/moses/PP/TargetConstituentBoundariesRightAdjacentPhraseProperty.cpp
+++ b/moses/PP/TargetConstituentBoundariesRightAdjacentPhraseProperty.cpp
@@ -3,6 +3,7 @@
#include "moses/Util.h"
#include <iostream>
#include <queue>
+#include <set>
#include <ostream>
namespace Moses