From 6df9e2ec6ce5ef06bced80238176ef28869cf988 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 12 Sep 2013 18:29:59 +0000 Subject: [PATCH] Just include all the kernels, because I mean, why not? --- src/mlpack/core.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp index dabdb0c4ea..bb0aef8497 100644 --- a/src/mlpack/core.hpp +++ b/src/mlpack/core.hpp @@ -180,6 +180,19 @@ #include #include +// Include kernel traits. +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + #endif // Clean up unfortunate Windows preprocessor definitions, even if this file was