Skip to content

Commit

Permalink
More guard fixes for #766
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Sep 2, 2012
1 parent f89d7b8 commit a97a0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shogun/regression/gp/LaplacianInferenceMethod.h
Expand Up @@ -15,7 +15,7 @@
#define CLAPLACIANINFERENCEMETHOD_H_

#include <shogun/lib/config.h>

#ifdef HAVE_EIGEN3
#ifdef HAVE_LAPACK

#include <shogun/regression/gp/InferenceMethod.h>
Expand Down Expand Up @@ -284,6 +284,7 @@ class CLaplacianInferenceMethod: public CInferenceMethod
};

}
#endif // HAVE_EIGEN3
#endif // HAVE_LAPACK

#endif /* CLAPLACIANINFERENCEMETHOD_H_ */

0 comments on commit a97a0ed

Please sign in to comment.