Skip to content

Commit

Permalink
Fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn authored and karlnapf committed Mar 14, 2013
1 parent 56cea1c commit 934d00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/lib/tapkee/tapkee_shogun.cpp
Expand Up @@ -17,7 +17,7 @@
#endif
#define TAPKEE_USE_LGPL_COVERTREE
#include <shogun/lib/tapkee/tapkee.hpp>
#include <shogun/lib/tapkee/callbacks/pimpl_callbacks.hpp>
#include <shogun/lib/tapkee/callback/pimpl_callbacks.hpp>

TAPKEE_CALLBACK_IS_KERNEL(pimpl_kernel_callback<CKernel>);
TAPKEE_CALLBACK_IS_DISTANCE(pimpl_distance_callback<CDistance>);
Expand Down

0 comments on commit 934d00f

Please sign in to comment.