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@nyclamp.(none)>2014-03-31 19:51:01 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-03-31 19:51:01 +0400
commitce8ffc8ff5821cc45f28739bc0889dc697dc8f98 (patch)
treefb0ef43ec0e37097dd156ae9b24d5295bb97b438 /vowpalwabbit/reductions.h
parent5023ab65297cc03427afc8ca3d2c7730383b633f (diff)
error check all calls to calloc
Diffstat (limited to 'vowpalwabbit/reductions.h')
-rw-r--r--vowpalwabbit/reductions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vowpalwabbit/reductions.h b/vowpalwabbit/reductions.h
index 9b516a06..03f4812a 100644
--- a/vowpalwabbit/reductions.h
+++ b/vowpalwabbit/reductions.h
@@ -14,5 +14,6 @@ namespace po = boost::program_options;
#include "parser.h" // for finish_example()
#include "learner.h" // for core reduction definition
#include "global_data.h" // for vw datastructure
+#include "memory.h"
#endif