Skip to content

Commit

Permalink
add config.h in all .h files in shogun/ensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyu Zhang committed Mar 21, 2014
1 parent fb1933b commit 51e5087
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shogun/ensemble/CombinationRule.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _COMBINATION_RULE_H_
#define _COMBINATION_RULE_H_

#include <shogun/lib/config.h>

#include <shogun/base/SGObject.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/ensemble/MajorityVote.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _MAJORITY_VOTE_H_
#define _MAJORITY_VOTE_H_

#include <shogun/lib/config.h>

#include <shogun/ensemble/WeightedMajorityVote.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/ensemble/MeanRule.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _MEAN_RULE_H_
#define _MEAN_RULE_H_

#include <shogun/lib/config.h>

#include <shogun/ensemble/CombinationRule.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/ensemble/WeightedMajorityVote.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _WEIGHTED_MAJORITY_VOTE_H_
#define _WEIGHTED_MAJORITY_VOTE_H_

#include <shogun/lib/config.h>

#include <shogun/ensemble/CombinationRule.h>
#include <shogun/lib/SGVector.h>

Expand Down

0 comments on commit 51e5087

Please sign in to comment.