Skip to content

Commit

Permalink
* fix compile error in ecoc discrimant example
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed Sep 1, 2012
1 parent 8c032cb commit b1991f3
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
#include <shogun/labels/MulticlassLabels.h>
#include <shogun/io/StreamingAsciiFile.h>
#include <shogun/io/streaming/StreamingAsciiFile.h>
#include <shogun/io/SGIO.h>
#include <shogun/features/StreamingDenseFeatures.h>
#include <shogun/features/streaming/StreamingDenseFeatures.h>
#include <shogun/features/DenseFeatures.h>
#include <shogun/multiclass/ecoc/ECOCStrategy.h>
#include <shogun/multiclass/ecoc/ECOCDiscriminantEncoder.h>
Expand Down

0 comments on commit b1991f3

Please sign in to comment.