Skip to content

Commit

Permalink
Merge pull request #2045 from tklein23/fixing_broken_imports
Browse files Browse the repository at this point in the history
multitask: Include DotFeatures independent of HAVE_EIGEN3
  • Loading branch information
tklein23 committed Mar 20, 2014
2 parents edb252d + 2e56b77 commit c456949
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 c456949

Please sign in to comment.