pragma once

This commit is contained in:
Matthias Huck 2015-03-09 21:44:54 +00:00
parent 559077f6f8
commit 524ed4406e
2 changed files with 4 additions and 3 deletions

View File

@ -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 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/ ***********************************************************************/
#ifndef moses_TypeDef_h #pragma once
#define moses_TypeDef_h
#include <list> #include <list>
#include <limits> #include <limits>
@ -188,4 +187,4 @@ typedef std::vector<FactorType> FactorList;
typedef std::pair<std::vector<std::string const*>,WordAlignments > StringWordAlignmentCand; typedef std::pair<std::vector<std::string const*>,WordAlignments > StringWordAlignmentCand;
} }
#endif

View File

@ -17,6 +17,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/ ***********************************************************************/
#pragma once
#include <string> #include <string>
#include <map> #include <map>