Skip to content

Commit

Permalink
Adding DotFeatures to multitask classes - we missed to include it if …
Browse files Browse the repository at this point in the history
…HAVE_EIGEN3 is not defined.
  • Loading branch information
tklein23 committed Mar 20, 2014
1 parent 2611a77 commit 2e56b77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Expand Up @@ -11,6 +11,8 @@
#include <shogun/lib/malsar/malsar_clustered.h>
#include <shogun/lib/malsar/malsar_options.h>
#include <shogun/lib/SGVector.h>
#include <shogun/features/DotFeatures.h>
#include <shogun/lib/SGMatrix.h>

namespace shogun
{
Expand Down
Expand Up @@ -11,6 +11,7 @@
#include <shogun/lib/malsar/malsar_joint_feature_learning.h>
#include <shogun/lib/malsar/malsar_options.h>
#include <shogun/lib/SGVector.h>
#include <shogun/features/DotFeatures.h>

namespace shogun
{
Expand Down
Expand Up @@ -12,6 +12,7 @@
#include <shogun/lib/malsar/malsar_options.h>
#include <shogun/lib/IndexBlockGroup.h>
#include <shogun/lib/SGVector.h>
#include <shogun/features/DotFeatures.h>

namespace shogun
{
Expand Down

0 comments on commit 2e56b77

Please sign in to comment.