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>2015-01-03 02:13:51 +0300
committerJohn Langford <jl@hunch.net>2015-01-03 02:13:51 +0300
commit00ce5188f90cc426493872e8d630b6c61f99df79 (patch)
tree7e6f27386ba85dbe533d834a91c0956ae05f5cfa
parentd82ee88ac358fd71d3f0fb09b14ae441e8c4d867 (diff)
add float.h back for include error
-rw-r--r--vowpalwabbit/topk.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vowpalwabbit/topk.cc b/vowpalwabbit/topk.cc
index 234c72f2..52f03ad9 100644
--- a/vowpalwabbit/topk.cc
+++ b/vowpalwabbit/topk.cc
@@ -3,6 +3,7 @@ Copyright (c) by respective owners including Yahoo!, Microsoft, and
individual contributors. All rights reserved. Released under a BSD (revised)
license as described in the file LICENSE.
*/
+#include <float.h>
#include <sstream>
#include <queue>