Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for GUIClassifier include
  • Loading branch information
lisitsyn committed Apr 21, 2012
1 parent 17ff86c commit 9b94e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/ui/GUIClassifier.cpp
Expand Up @@ -54,7 +54,7 @@
#include <shogun/classifier/svm/LibLinear.h>
#include <shogun/classifier/svm/MPDSVM.h>
#include <shogun/classifier/svm/GNPPSVM.h>
#include <shogun/classifier/svm/GMNPSVM.h>
#include <shogun/multiclass/GMNPSVM.h>
#include <shogun/multiclass/ScatterSVM.h>

#include <shogun/classifier/svm/SVMLin.h>
Expand Down

0 comments on commit 9b94e78

Please sign in to comment.