Skip to content

Commit

Permalink
add config.h in all .h files in interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
frank0523 committed Mar 21, 2014
1 parent 1176064 commit 615a1ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/cmdline_static/CmdLineInterface.h
@@ -1,6 +1,8 @@
#ifndef __CMDLINEINTERFACE__H_
#define __CMDLINEINTERFACE__H_

#include <shogun/lib/config.h>

#include <shogun/base/DynArray.h>
#include <shogun/io/SGIO.h>

Expand Down
2 changes: 2 additions & 0 deletions src/interfaces/python_static/PythonInterface.h
Expand Up @@ -4,6 +4,8 @@
#undef _POSIX_C_SOURCE
#undef HAVE_STAT

#include <shogun/lib/config.h>

extern "C" {
#include <Python.h>
#include <numpy/arrayobject.h>
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/r_static/RInterface.h
@@ -1,6 +1,7 @@
#ifndef __RINTERFACE__H_
#define __RINTERFACE__H_

#include <shogun/lib/config.h>

#include <shogun/lib/common.h>
#include <shogun/ui/SGInterface.h>
Expand Down

0 comments on commit 615a1ea

Please sign in to comment.