Skip to content

Commit 94553fd

Browse files
kSkipdavisking
authored andcommitted
Update path to mkl and kiss fft headers (davisking#3136)
1 parent 5a490e0 commit 94553fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)