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@jl-desktop.(none)>2011-08-13 19:37:06 +0400
committerJohn Langford <jl@jl-desktop.(none)>2011-08-13 19:37:06 +0400
commitaa35f1a954cd6f0207e890009bcb736cf7884743 (patch)
tree05c44718763583209a1a8c7a22d968161eddfe60 /accumulate.cc
parent30d65e041a65d0a4f21890f4eb8e9167f9f34850 (diff)
remove time by default
Diffstat (limited to 'accumulate.cc')
-rw-r--r--accumulate.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/accumulate.cc b/accumulate.cc
index bc447a8f..f348664f 100644
--- a/accumulate.cc
+++ b/accumulate.cc
@@ -8,11 +8,12 @@ Alekh Agarwal and John Langford, with help Olivier Chapelle.
*/
-#include "accumulate.h"
-#include "global_data.h"
#include <iostream>
#include <sys/timeb.h>
#include <cmath>
+#include <stdint.h>
+#include "accumulate.h"
+#include "global_data.h"
using namespace std;