Skip to content

Commit

Permalink
add missing jblas import for CSGObject
Browse files Browse the repository at this point in the history
fixes compile errors SGObject.java
  • Loading branch information
karlnapf committed Feb 20, 2018
1 parent 6532b57 commit 3d87d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/swig/SGBase.i
Expand Up @@ -13,6 +13,7 @@
%{
import org.shogun.SerializableFile;
import org.shogun.SerializableAsciiFile;
import org.jblas.*;
%}
%typemap(javacode) shogun::CSGObject
%{
Expand Down

0 comments on commit 3d87d53

Please sign in to comment.