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

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-09-14 22:49:49 +0400
committerJohn Langford <jl@hunch.net>2009-09-14 22:49:49 +0400
commit560935f31bd0d187e1e3efdfaec8e6d2043f04a4 (patch)
tree2f243c28b405e35cbc57fc5cf6f399045fc7e8b6 /sender.cc
parent1d9a3a0dd7484797eb40d0bb2ced7918495af275 (diff)
First compiling version of multisource support.
Diffstat (limited to 'sender.cc')
-rw-r--r--sender.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sender.cc b/sender.cc
index e767530f..925b7865 100644
--- a/sender.cc
+++ b/sender.cc
@@ -5,6 +5,7 @@
#include "parse_args.h"
#include "cache.h"
#include "vw.h"
+#include "simple_label.h"
pthread_t* thread;
size_t d_1;