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/io.cc
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-12-31 17:40:16 +0300
committerJohn Langford <jl@hunch.net>2009-12-31 17:40:16 +0300
commit6a6c9eeec6e1b9f693d975c167f653b0ae4324d3 (patch)
treee47f252c24f035ee43602711c3614288891a017e /io.cc
parent190834276c95eb4c527b550fc46a4081d251695f (diff)
Added some includes
Diffstat (limited to 'io.cc')
-rw-r--r--io.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.cc b/io.cc
index a4dc6f9b..5ea94d31 100644
--- a/io.cc
+++ b/io.cc
@@ -3,6 +3,7 @@ Copyright (c) 2009 Yahoo! Inc. All rights reserved. The copyrights
embodied in the content of this file are licensed under the BSD
(revised) open source license
*/
+#include <string.h>
#include "io.h"