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:
Diffstat (limited to 'contrib/moses2/HypothesisColl.h')
-rw-r--r--contrib/moses2/HypothesisColl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/moses2/HypothesisColl.h b/contrib/moses2/HypothesisColl.h
index 363f52a59..cea3bee1b 100644
--- a/contrib/moses2/HypothesisColl.h
+++ b/contrib/moses2/HypothesisColl.h
@@ -7,7 +7,7 @@
#pragma once
#include <boost/unordered_set.hpp>
#include "HypothesisBase.h"
-#include "MemPool.h"
+#include "MemPoolAllocator.h"
#include "Recycler.h"
#include "Array.h"
#include "legacy/Util2.h"