diff options
Diffstat (limited to 'webrtc/common_audio/real_fourier.h')
-rw-r--r-- | webrtc/common_audio/real_fourier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/common_audio/real_fourier.h b/webrtc/common_audio/real_fourier.h index ef4fec8..ce3bbff 100644 --- a/webrtc/common_audio/real_fourier.h +++ b/webrtc/common_audio/real_fourier.h @@ -14,7 +14,7 @@ #include <complex> #include "webrtc/base/scoped_ptr.h" -#include "webrtc/system_wrappers/interface/aligned_malloc.h" +#include "webrtc/system_wrappers/include/aligned_malloc.h" // Uniform interface class for the real DFT and its inverse, for power-of-2 // input lengths. Also contains helper functions for buffer allocation, taking |