From 9fde259f05b454ca3c14e2b99feabffc4a40daa8 Mon Sep 17 00:00:00 2001 From: Kane Scipioni Date: Fri, 13 Feb 2026 09:47:33 -0600 Subject: [PATCH] Update path to mkl and kiss fft headers --- dlib/test/fft.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlib/test/fft.cpp b/dlib/test/fft.cpp index 43cbc6f89f..e2ff82a3bb 100644 --- a/dlib/test/fft.cpp +++ b/dlib/test/fft.cpp @@ -12,8 +12,8 @@ #include #ifdef DLIB_USE_MKL_FFT -#include -#include +#include +#include #endif #include "tester.h" #include "fftr_good_data.h"