Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-10-08 19:29:26 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-08 19:29:26 +0300
commit2a08da282f7916e7edbd098157da9691a7ba54be (patch)
tree6f7c48e8d84ce4a03983e72862673da3bdb1362a /moses/FF/FFState.h
parent16512ff16f824115003e78a82506d49d82ff900e (diff)
gcc compile error
Diffstat (limited to 'moses/FF/FFState.h')
-rw-r--r--moses/FF/FFState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/FFState.h b/moses/FF/FFState.h
index fcce63e27..1dd0bd884 100644
--- a/moses/FF/FFState.h
+++ b/moses/FF/FFState.h
@@ -2,7 +2,7 @@
#define moses_FFState_h
#include <vector>
-
+#include <stddef.h>
namespace Moses
{