Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed wrong include
  • Loading branch information
lisitsyn committed Apr 29, 2012
1 parent dc9d421 commit eff395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/classifier/svm/SVMLight.cpp
Expand Up @@ -32,7 +32,7 @@

#include <shogun/features/SimpleFeatures.h>
#include <shogun/classifier/svm/SVMLight.h>
#include <shogun/classifier/svm/pr_loqo.h>
#include <shogun/lib/external/pr_loqo.h>

#include <shogun/kernel/Kernel.h>
#include <shogun/machine/KernelMachine.h>
Expand Down

0 comments on commit eff395d

Please sign in to comment.