Skip to content

Commit

Permalink
Added necessary Math.h include to GNB
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Oct 8, 2011
1 parent 5a4f2de commit 2382e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/classifier/GaussianNaiveBayes.h
Expand Up @@ -12,6 +12,7 @@
#define GAUSSIANNAIVEBAYES_H_

#include <shogun/machine/Machine.h>
#include <shogun/mathematics/Math.h>
#include <shogun/features/DotFeatures.h>

namespace shogun {
Expand Down

0 comments on commit 2382e0c

Please sign in to comment.