mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
pragma once
This commit is contained in:
parent
559077f6f8
commit
524ed4406e
@ -17,8 +17,7 @@ License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef moses_TypeDef_h
|
||||
#define moses_TypeDef_h
|
||||
#pragma once
|
||||
|
||||
#include <list>
|
||||
#include <limits>
|
||||
@ -188,4 +187,4 @@ typedef std::vector<FactorType> FactorList;
|
||||
typedef std::pair<std::vector<std::string const*>,WordAlignments > StringWordAlignmentCand;
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -17,6 +17,8 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
***********************************************************************/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user