alexhock / sofia-ml

Automatically exported from code.google.com/p/sofia-ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple fix for gcc 4.3

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. make src folder with gcc version 4.3

Adding ...
#include <cstring> 
#include <cstdlib>
to the top of sf-sparse-vector.cc file fixed this problem for me.

Go Jumbos.

Original issue reported on code.google.com by WRos...@gmail.com on 24 Jan 2010 at 11:42

Fixed.  Thanks!

Original comment by dscul...@google.com on 5 Apr 2010 at 7:58

Original comment by dscul...@google.com on 5 Apr 2010 at 7:59

  • Changed state: Fixed