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:
authorUbuntu <ubuntu@ip-172-31-27-10.us-west-2.compute.internal>2015-10-14 13:24:18 +0300
committerUbuntu <ubuntu@ip-172-31-27-10.us-west-2.compute.internal>2015-10-14 13:24:18 +0300
commitee3dd5b60d3fdc4e9fb6f967c28e53a5394ce79f (patch)
tree07097eb4d19b3e5f5766912688a0279b5c3e54e6 /moses/Syntax
parent1dfbd24c5390a44a35d859f94d11ed3c4fd40b05 (diff)
gcc compile error
Diffstat (limited to 'moses/Syntax')
-rw-r--r--moses/Syntax/SVertex.cpp2
-rw-r--r--moses/Syntax/SVertex.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/moses/Syntax/SVertex.cpp b/moses/Syntax/SVertex.cpp
index 0ad208c9d..f51c78354 100644
--- a/moses/Syntax/SVertex.cpp
+++ b/moses/Syntax/SVertex.cpp
@@ -1,7 +1,5 @@
#include "SVertex.h"
-
#include "moses/FF/FFState.h"
-
#include "SHyperedge.h"
namespace Moses
diff --git a/moses/Syntax/SVertex.h b/moses/Syntax/SVertex.h
index f99f106fd..9a5392d30 100644
--- a/moses/Syntax/SVertex.h
+++ b/moses/Syntax/SVertex.h
@@ -1,6 +1,7 @@
#pragma once
#include <vector>
+#include <stddef.h>
namespace Moses
{