Skip to content

Commit

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

#include <shogun/lib/config.h>

#include <shogun/lib/common.h>
#include <shogun/base/SGObject.h>
#include <shogun/features/Features.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/converter/EmbeddingConverter.h
Expand Up @@ -11,6 +11,8 @@
#ifndef EMBEDDINGCONVERTER_H_
#define EMBEDDINGCONVERTER_H_

#include <shogun/lib/config.h>

#include <shogun/converter/Converter.h>
#include <shogun/features/Features.h>
#include <shogun/features/DenseFeatures.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/converter/HashedDocConverter.h
Expand Up @@ -11,6 +11,8 @@
#ifndef _HASHEDDOCCONVERTER__H__
#define _HASHEDDOCCONVERTER__H__

#include <shogun/lib/config.h>

#include <shogun/converter/Converter.h>
#include <shogun/features/Features.h>
#include <shogun/lib/Tokenizer.h>
Expand Down

0 comments on commit 398d7b4

Please sign in to comment.