mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
Missing #include <string.h> Yvette
This commit is contained in:
parent
0c484ec8e7
commit
92fb32987a
@ -5,6 +5,7 @@
|
||||
#include <boost/scoped_array.hpp>
|
||||
#include <boost/functional/hash.hpp>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace util {
|
||||
|
Loading…
Reference in New Issue
Block a user