From ca5eeb8077858c7ad9f4ffe18d7ea5e41b74a629 Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 8 Nov 2013 18:08:34 -0500 Subject: [PATCH] fixed incorrect #include --- dlib/simd/simd4i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/simd/simd4i.h b/dlib/simd/simd4i.h index c59e81acf..d32bc1c9a 100644 --- a/dlib/simd/simd4i.h +++ b/dlib/simd/simd4i.h @@ -4,7 +4,7 @@ #define DLIB_sIMD4I_H__ #include "simd_check.h" -#include "dlib/uintn.h" +#include "../uintn.h" namespace dlib {