Skip to content

Commit

Permalink
add config.h in all .h files in shogun/preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyu Zhang committed Mar 21, 2014
1 parent 0ab27c3 commit 824bbc8
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/DecompressString.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _CDECOMPRESS_STRING__H__
#define _CDECOMPRESS_STRING__H__

#include <shogun/lib/config.h>

#include <shogun/features/Features.h>
#include <shogun/features/StringFeatures.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/DensePreprocessor.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _DENSEPREPROCESSOR__H__
#define _DENSEPREPROCESSOR__H__

#include <shogun/lib/config.h>

#include <shogun/features/Features.h>
#include <shogun/features/DenseFeatures.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/DimensionReductionPreprocessor.h
Expand Up @@ -11,6 +11,8 @@
#ifndef DIMENSIONREDUCTIONPREPROCESSOR_H_
#define DIMENSIONREDUCTIONPREPROCESSOR_H_

#include <shogun/lib/config.h>

#include <shogun/preprocessor/DensePreprocessor.h>
#include <shogun/converter/EmbeddingConverter.h>
#include <shogun/features/Features.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/HomogeneousKernelMap.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _CHOMOGENEOUKERNELMAP__H__
#define _CHOMOGENEOUKERNELMAP__H__

#include <shogun/lib/config.h>

#include <shogun/preprocessor/DensePreprocessor.h>
#include <shogun/features/Features.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/LogPlusOne.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _CLOGPLUSONE__H__
#define _CLOGPLUSONE__H__

#include <shogun/lib/config.h>

#include <shogun/preprocessor/DensePreprocessor.h>
#include <shogun/features/Features.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/NormOne.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _CNORM_ONE__H__
#define _CNORM_ONE__H__

#include <shogun/lib/config.h>

#include <shogun/preprocessor/DensePreprocessor.h>
#include <shogun/features/Features.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/PNorm.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _PNORM_ONE__H__
#define _PNORM_ONE__H__

#include <shogun/lib/config.h>

#include <shogun/preprocessor/DensePreprocessor.h>
#include <shogun/features/Features.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/Preprocessor.h
Expand Up @@ -12,6 +12,8 @@
#ifndef PREPROCESSOR_H_
#define PREPROCESSOR_H_

#include <shogun/lib/config.h>

#include <shogun/lib/common.h>
#include <shogun/base/SGObject.h>
#include <shogun/features/FeatureTypes.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/PruneVarSubMean.h
Expand Up @@ -12,6 +12,8 @@
#ifndef _CPRUNE_VAR_SUB_MEAN__H__
#define _CPRUNE_VAR_SUB_MEAN__H__

#include <shogun/lib/config.h>

#include <shogun/preprocessor/DensePreprocessor.h>
#include <shogun/features/Features.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/RandomFourierGaussPreproc.h
Expand Up @@ -15,6 +15,8 @@
#include <vector>
#include <algorithm>

#include <shogun/lib/config.h>

#include <shogun/lib/common.h>
#include <shogun/mathematics/Math.h>
#include <shogun/preprocessor/DensePreprocessor.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/RescaleFeatures.h
Expand Up @@ -11,6 +11,8 @@
#ifndef __RESCALEFEATURES_H__
#define __RESCALEFEATURES_H__

#include <shogun/lib/config.h>

#include <shogun/preprocessor/DensePreprocessor.h>

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

#include <shogun/lib/config.h>

#include <shogun/features/StringFeatures.h>
#include <shogun/preprocessor/StringPreprocessor.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/SortWordString.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _CSORTWORDSTRING__H__
#define _CSORTWORDSTRING__H__

#include <shogun/lib/config.h>

#include <shogun/features/StringFeatures.h>
#include <shogun/preprocessor/StringPreprocessor.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/SparsePreprocessor.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _CSPARSEPREPROC__H__
#define _CSPARSEPREPROC__H__

#include <shogun/lib/config.h>

#include <shogun/features/SparseFeatures.h>
#include <shogun/lib/common.h>
#include <shogun/preprocessor/Preprocessor.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/StringPreprocessor.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _CSTRINGPREPROC__H__
#define _CSTRINGPREPROC__H__

#include <shogun/lib/config.h>

#include <shogun/features/Features.h>
#include <shogun/features/StringFeatures.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/preprocessor/SumOne.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _CSUMONE__H__
#define _CSUMONE__H__

#include <shogun/lib/config.h>

#include <shogun/preprocessor/DensePreprocessor.h>
#include <shogun/features/Features.h>
#include <shogun/lib/common.h>
Expand Down

0 comments on commit 824bbc8

Please sign in to comment.