Skip to content

Commit

Permalink
Fixed wrong include at arpack double
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Sep 30, 2011
1 parent ea5f083 commit 57e582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/mathematics/arpack_d.cpp
Expand Up @@ -8,7 +8,7 @@
* Copyright (C) 2011 Berlin Institute of Technology and Max-Planck-Society
*/

#include <shogun/mathematics/arpack.h>
#include <shogun/mathematics/arpack_d.h>
#ifdef HAVE_ARPACK
#ifdef HAVE_LAPACK
#include <shogun/io/SGIO.h>
Expand Down

0 comments on commit 57e582d

Please sign in to comment.