diff options
author | Lioncash <mathew1800@gmail.com> | 2016-12-13 01:16:46 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2016-12-13 01:16:46 +0100 |
commit | efcab1e9184916718428af001053ab3b070910c0 (patch) | |
tree | 599f056521efe6bb969c6f00fc50f3553bc7bb43 /src/audio_core | |
parent | citra-qt: Add missing #pragma once directives (diff) | |
download | yuzu-efcab1e9184916718428af001053ab3b070910c0.tar yuzu-efcab1e9184916718428af001053ab3b070910c0.tar.gz yuzu-efcab1e9184916718428af001053ab3b070910c0.tar.bz2 yuzu-efcab1e9184916718428af001053ab3b070910c0.tar.lz yuzu-efcab1e9184916718428af001053ab3b070910c0.tar.xz yuzu-efcab1e9184916718428af001053ab3b070910c0.tar.zst yuzu-efcab1e9184916718428af001053ab3b070910c0.zip |
Diffstat (limited to 'src/audio_core')
-rw-r--r-- | src/audio_core/time_stretch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio_core/time_stretch.h b/src/audio_core/time_stretch.h index fa81718ed..e3e4dc353 100644 --- a/src/audio_core/time_stretch.h +++ b/src/audio_core/time_stretch.h @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include <cstddef> #include <memory> #include <vector> |