Skip to content

Commit

Permalink
Fix broken imports that slipped through the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tklein23 committed Mar 19, 2014
1 parent ff6a1ea commit 2611a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/undocumented/libshogun/so_multiclass.cpp
@@ -1,3 +1,4 @@
#include <shogun/base/init.h>
#include <shogun/classifier/svm/LibLinear.h>
#include <shogun/evaluation/MulticlassAccuracy.h>
#include <shogun/evaluation/StructuredAccuracy.h>
Expand Down
2 changes: 1 addition & 1 deletion src/shogun/io/BinaryFile.cpp
Expand Up @@ -11,7 +11,7 @@
#include <shogun/io/File.h>
#include <shogun/io/BinaryFile.h>
#include <shogun/io/SGIO.h>
#include "lib/DataType.h"
#include <shogun/lib/DataType.h>
#include <shogun/lib/SGSparseVector.h>
#include <shogun/lib/SGString.h>
#include <shogun/mathematics/Math.h>
Expand Down

0 comments on commit 2611a77

Please sign in to comment.