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
path: root/gd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gd.h')
-rw-r--r--gd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gd.h b/gd.h
index 4bdd19f0..e19e6fab 100644
--- a/gd.h
+++ b/gd.h
@@ -7,9 +7,8 @@ embodied in the content of this file are licensed under the BSD
#ifndef GD_H
#define GD_H
-#include "math.h"
+#include <math.h>
#include "parse_example.h"
-using namespace std;
void print_result(int f, float res, v_array<char> tag);