Skip to content

Commit

Permalink
add config.h in all .h files in shogun/base
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyu Zhang committed Mar 21, 2014
1 parent 615a1ea commit ebea39a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shogun/base/DynArray.h
Expand Up @@ -12,6 +12,8 @@
#ifndef _DYNARRAY_H_
#define _DYNARRAY_H_

#include <shogun/lib/config.h>

#include <shogun/lib/common.h>
#include <shogun/mathematics/Math.h>

Expand Down
2 changes: 2 additions & 0 deletions src/shogun/base/Parallel.h
Expand Up @@ -11,6 +11,8 @@
#ifndef PARALLEL_H__
#define PARALLEL_H__

#include <shogun/lib/config.h>

#include <shogun/lib/common.h>

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

#include <shogun/lib/config.h>

#include <shogun/lib/common.h>
#include <shogun/lib/DataType.h>
#include <shogun/base/DynArray.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/base/ParameterMap.h
Expand Up @@ -11,6 +11,8 @@
#ifndef __PARAMETERMAP_
#define __PARAMETERMAP_

#include <shogun/lib/config.h>

#include <shogun/base/DynArray.h>
#include <shogun/lib/DataType.h>
#include <shogun/lib/common.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/base/SGDynamicRefObjectArray.h
Expand Up @@ -12,6 +12,8 @@
#ifndef _DYNAMIC_REFOBJECT_ARRAY_H_
#define _DYNAMIC_REFOBJECT_ARRAY_H_

#include <shogun/lib/config.h>

#include <shogun/base/RefObject.h>
#include <shogun/base/DynArray.h>
#include <shogun/base/Parameter.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/base/SGObject.h
Expand Up @@ -13,6 +13,8 @@
#ifndef __SGOBJECT_H__
#define __SGOBJECT_H__

#include <shogun/lib/config.h>

#include <shogun/lib/common.h>
#include <shogun/lib/DataType.h>
#include <shogun/base/SGRefObject.h>
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/base/Version.h
Expand Up @@ -13,6 +13,8 @@
#ifndef VERSION_H__
#define VERSION_H__

#include <shogun/lib/config.h>

namespace shogun
{
class RefCount;
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/base/class_list.h
Expand Up @@ -11,6 +11,8 @@
#ifndef __SG_CLASS_LIST_H__
#define __SG_CLASS_LIST_H__

#include <shogun/lib/config.h>

#include <shogun/lib/DataType.h>

namespace shogun {
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/base/init.h
Expand Up @@ -11,6 +11,8 @@
#ifndef __SG_INIT_H__
#define __SG_INIT_H__

#include <shogun/lib/config.h>

#include <stdio.h>

namespace shogun
Expand Down

0 comments on commit ebea39a

Please sign in to comment.