Skip to content

Commit

Permalink
Added common.h include for arpack wrap impl
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Oct 1, 2011
1 parent 3f082b3 commit 3d5000c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/mathematics/arpack.cpp
Expand Up @@ -11,6 +11,7 @@
#include <shogun/lib/config.h>
#ifdef HAVE_ARPACK
#ifdef HAVE_LAPACK
#include <shogun/lib/common.h>
#include <shogun/mathematics/arpack.h>
#include <shogun/mathematics/arpack_s.h>
#include <shogun/mathematics/arpack_d.h>
Expand Down

0 comments on commit 3d5000c

Please sign in to comment.