Skip to content

Commit

Permalink
include macros.h in SGVector.h and SGMatrix.h
Browse files Browse the repository at this point in the history
as otherwise swig wont find the macro definitions
  • Loading branch information
vigsterkr committed May 17, 2018
1 parent c85ed6f commit 3414228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/lib/SGMatrix.h
Expand Up @@ -9,6 +9,7 @@
#ifndef __SGMATRIX_H__
#define __SGMATRIX_H__

#include <shogun/base/macros.h>
#include <shogun/io/SGIO.h>
#include <shogun/lib/config.h>
#include <shogun/lib/common.h>
Expand Down
1 change: 1 addition & 0 deletions src/shogun/lib/SGVector.h
Expand Up @@ -11,6 +11,7 @@

#include <shogun/lib/config.h>

#include <shogun/base/macros.h>
#include <shogun/io/SGIO.h>
#include <shogun/lib/common.h>
#include <shogun/lib/SGReferencedData.h>
Expand Down

0 comments on commit 3414228

Please sign in to comment.