Skip to content

Commit

Permalink
add config.h in all .h files in shogun/statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyu Zhang committed Mar 21, 2014
1 parent 1158210 commit d22e148
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shogun/statistics/HSIC.h
Expand Up @@ -32,6 +32,8 @@
#ifndef __HSIC_H_
#define __HSIC_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/KernelIndependenceTest.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/HypothesisTest.h
Expand Up @@ -31,6 +31,8 @@
#ifndef HYPOTHESIS_TEST_H_
#define HYPOTHESIS_TEST_H_

#include <shogun/lib/config.h>

#include <shogun/base/SGObject.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/IndependenceTest.h
Expand Up @@ -32,6 +32,8 @@
#ifndef INDEPENDENCE_TEST_H_
#define INDEPENDENCE_TEST_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/HypothesisTest.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/KernelIndependenceTest.h
Expand Up @@ -32,6 +32,8 @@
#ifndef KERNEL_INDEPENDENCE_TEST_H_
#define KERNEL_INDEPENDENCE_TEST_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/IndependenceTest.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/KernelMeanMatching.h
Expand Up @@ -10,6 +10,8 @@
#ifndef KERNELMEANMATCHING_H_
#define KERNELMEANMATCHING_H_

#include <shogun/lib/config.h>

#include <shogun/base/SGObject.h>
#include <shogun/kernel/Kernel.h>

Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/KernelTwoSampleTest.h
Expand Up @@ -10,6 +10,8 @@
#ifndef KERNEL_TWO_SAMPLE_TEST_H_
#define KERNEL_TWO_SAMPLE_TEST_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/TwoSampleTest.h>
#include <shogun/kernel/Kernel.h>

Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/LinearTimeMMD.h
Expand Up @@ -32,6 +32,8 @@
#ifndef LINEAR_TIME_MMD_H_
#define LINEAR_TIME_MMD_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/StreamingMMD.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/MMDKernelSelection.h
Expand Up @@ -10,6 +10,8 @@
#ifndef __MMDKERNELSELECTION_H_
#define __MMDKERNELSELECTION_H_

#include <shogun/lib/config.h>

#include <shogun/base/SGObject.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/MMDKernelSelectionCombOpt.h
Expand Up @@ -10,6 +10,8 @@
#ifndef __MMDKERNELSELECTIONCOMBOPT_H_
#define __MMDKERNELSELECTIONCOMBOPT_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/MMDKernelSelectionComb.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/MMDKernelSelectionMax.h
Expand Up @@ -10,6 +10,8 @@
#ifndef __MMDKERNELSELECTIONMAX_H_
#define __MMDKERNELSELECTIONMAX_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/MMDKernelSelection.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/MMDKernelSelectionMedian.h
Expand Up @@ -10,6 +10,8 @@
#ifndef __MMDKERNELSELECTIONMEDIAN_H_
#define __MMDKERNELSELECTIONMEDIAN_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/MMDKernelSelection.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/MMDKernelSelectionOpt.h
Expand Up @@ -10,6 +10,8 @@
#ifndef __MMDKERNELSELECTIONOPTSINGLE_H_
#define __MMDKERNELSELECTIONOPTSINGLE_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/MMDKernelSelection.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/QuadraticTimeMMD.h
Expand Up @@ -31,6 +31,8 @@
#ifndef __QUADRACTIMEMMD_H_
#define __QUADRACTIMEMMD_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/KernelTwoSampleTest.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/StreamingMMD.h
Expand Up @@ -32,6 +32,8 @@
#ifndef STREAMING_MMD_H_
#define STREAMING_MMD_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/KernelTwoSampleTest.h>

namespace shogun
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/statistics/TwoSampleTest.h
Expand Up @@ -32,6 +32,8 @@
#ifndef TWO_SAMPLE_TEST_H_
#define TWO_SAMPLE_TEST_H_

#include <shogun/lib/config.h>

#include <shogun/statistics/HypothesisTest.h>

namespace shogun
Expand Down

0 comments on commit d22e148

Please sign in to comment.