mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
Missing header / Mehndi Bhargava
This commit is contained in:
parent
d4837fd80c
commit
217c8ea38f
@ -3,11 +3,13 @@
|
||||
#ifndef moses_PhraseDictionaryTreeAdaptor_h
|
||||
#define moses_PhraseDictionaryTreeAdaptor_h
|
||||
|
||||
#include <vector>
|
||||
#include "util/check.hh"
|
||||
#include "moses/TypeDef.h"
|
||||
#include "moses/TargetPhraseCollection.h"
|
||||
#include "moses/TranslationModel/PhraseDictionary.h"
|
||||
#include "util/check.hh"
|
||||
|
||||
#include <boost/thread/tss.hpp>
|
||||
#include <vector>
|
||||
|
||||
namespace Moses
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user