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 'mert/ScoreDataIterator.cpp')
-rw-r--r--mert/ScoreDataIterator.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/mert/ScoreDataIterator.cpp b/mert/ScoreDataIterator.cpp
index 6efcf5bc3..80568b810 100644
--- a/mert/ScoreDataIterator.cpp
+++ b/mert/ScoreDataIterator.cpp
@@ -18,6 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
#include <iostream>
+#include "util/file_piece.hh"
#include "util/tokenize_piece.hh"
#include "ScoreArray.h"
@@ -37,6 +38,8 @@ ScoreDataIterator::ScoreDataIterator(const string& filename) {
readNext();
}
+ScoreDataIterator::~ScoreDataIterator() {}
+
void ScoreDataIterator::readNext() {
m_next.clear();
try {