From 5874bcd11659162f01b3e70877f6121fa6bc7b02 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 13 May 2008 01:41:25 +0000 Subject: [PATCH] Fixed incorrect #include --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402229 --- dlib/svm/svm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/svm/svm.h b/dlib/svm/svm.h index d08768928..9563604ae 100644 --- a/dlib/svm/svm.h +++ b/dlib/svm/svm.h @@ -11,7 +11,7 @@ #include "../algs.h" #include "../serialize.h" #include "../rand.h" -#include "dlib/std_allocator.h" +#include "../std_allocator.h" #include "function.h" #include "kernel.h"