mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 04:43:03 +03:00
14 lines
143 B
C++
14 lines
143 B
C++
//-*- c++ -*-
|
|
#pragma once
|
|
#include <stdint.h>
|
|
|
|
using namespace std;
|
|
namespace sapt
|
|
{
|
|
using namespace Moses;
|
|
using namespace std;
|
|
|
|
|
|
|
|
}
|