Skip to content

Commit

Permalink
fix SO modular compile segfault.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Jun 26, 2012
1 parent 3ee917a commit d3bb757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/modular/Structure.i
Expand Up @@ -30,6 +30,7 @@
#endif /* USE_MOSEK */

/* Include Class Headers to make them visible from within the target language */
%include <shogun/lib/StructuredDataTypes.h>
%include <shogun/structure/PlifBase.h>
%include <shogun/structure/Plif.h>
%include <shogun/structure/PlifArray.h>
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/modular/Structure_includes.i
@@ -1,4 +1,5 @@
%{
#include <shogun/lib/StructuredDataTypes.h>
#include <shogun/structure/PlifBase.h>
#include <shogun/structure/Plif.h>
#include <shogun/structure/PlifArray.h>
Expand Down

0 comments on commit d3bb757

Please sign in to comment.