From 8c89480d1bb801ee717338a39b2cb1a0e2a7b1eb Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 17 Nov 2013 19:18:52 -0500 Subject: [PATCH] Fixed broken #include --- examples/multiclass_classification_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multiclass_classification_ex.cpp b/examples/multiclass_classification_ex.cpp index 5c41fac50..da93bf7b6 100644 --- a/examples/multiclass_classification_ex.cpp +++ b/examples/multiclass_classification_ex.cpp @@ -11,7 +11,7 @@ - class 3: points that are on a circle of radius 4 but not around the origin at all */ -#include +#include #include #include