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 16, 2018
1 parent b1d3e06 commit 8f03a9d
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 8f03a9d

Please sign in to comment.