mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-08 20:46:59 +03:00
12 lines
96 B
C++
12 lines
96 B
C++
|
#include "TypeDef.h"
|
||
|
#include "util/exception.hh"
|
||
|
#include <typeinfo>
|
||
|
|
||
|
|
||
|
namespace Moses2
|
||
|
{
|
||
|
|
||
|
|
||
|
|
||
|
}
|