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
path: root/lm
diff options
context:
space:
mode:
authorU-Hieu-PC\Hieu <Hieu@Hieu-PC.(none)>2012-07-11 13:54:21 +0400
committerU-Hieu-PC\Hieu <Hieu@Hieu-PC.(none)>2012-07-11 13:54:21 +0400
commitc7059e5e0b9629f6b773f18ae9eed0fd7eb31623 (patch)
tree2abc37ac3d898487c5a8460135546d5e75c2eb07 /lm
parent662e7e7f640195f1213d911b4a760c72451bdca9 (diff)
visual studio compiles but doesn't link
Diffstat (limited to 'lm')
-rw-r--r--lm/value.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lm/value.hh b/lm/value.hh
index 85e53f14e..ba716713a 100644
--- a/lm/value.hh
+++ b/lm/value.hh
@@ -6,7 +6,7 @@
#include "lm/weights.hh"
#include "util/bit_packing.hh"
-#include <inttypes.h>
+#include <stdint.h>
namespace lm {
namespace ngram {