Skip to content

Commit 2a70e7b

Browse files
authored
Update path to mkl and kiss fft headers (#3136)
1 parent a41c2e6 commit 2a70e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dlib/test/fft.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#include <dlib/base64.h>
1313

1414
#ifdef DLIB_USE_MKL_FFT
15-
#include <dlib/matrix/kiss_fft.h>
16-
#include <dlib/matrix/mkl_fft.h>
15+
#include <dlib/fft/kiss_fft.h>
16+
#include <dlib/fft/mkl_fft.h>
1717
#endif
1818
#include "tester.h"
1919
#include "fftr_good_data.h"

0 commit comments

Comments
 (0)