Skip to content

Commit

Permalink
Merge pull request #2042 from tklein23/fixing_broken_imports
Browse files Browse the repository at this point in the history
Fix broken imports that slipped through the tests.
  • Loading branch information
tklein23 committed Mar 20, 2014
2 parents a3aada7 + 2611a77 commit edb252d
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 edb252d

Please sign in to comment.