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:
authorniruc <niruc@NIRUC1.redmond.corp.microsoft.com>2013-04-09 07:02:33 +0400
committerniruc <niruc@NIRUC1.redmond.corp.microsoft.com>2013-04-09 07:02:33 +0400
commitc0e215ecec7eddf689283271968bcdfca8984e71 (patch)
treed1a91ac39bc2df27296f872a12155cc41014b3cd /vowpalwabbit/sender.cc
parent8528dcdf6f19feb83eacb36b279711c82dc68135 (diff)
move all definitions in namespace VW to vw.h
Diffstat (limited to 'vowpalwabbit/sender.cc')
-rw-r--r--vowpalwabbit/sender.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vowpalwabbit/sender.cc b/vowpalwabbit/sender.cc
index 694a60c8..eb0d61fb 100644
--- a/vowpalwabbit/sender.cc
+++ b/vowpalwabbit/sender.cc
@@ -20,6 +20,7 @@
#include "cache.h"
#include "simple_label.h"
#include "network.h"
+#include "vw.h"
using namespace std;