diff options
| author | 2016-12-12 19:16:46 -0500 | |
|---|---|---|
| committer | 2016-12-12 19:16:46 -0500 | |
| commit | efcab1e9184916718428af001053ab3b070910c0 (patch) | |
| tree | 599f056521efe6bb969c6f00fc50f3553bc7bb43 | |
| parent | citra-qt: Add missing #pragma once directives (diff) | |
| download | yuzu-efcab1e9184916718428af001053ab3b070910c0.tar.gz yuzu-efcab1e9184916718428af001053ab3b070910c0.tar.xz yuzu-efcab1e9184916718428af001053ab3b070910c0.zip | |
time_stretch: Add missing #pragma once directive
| -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 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma once | ||
| 6 | |||
| 5 | #include <cstddef> | 7 | #include <cstddef> |
| 6 | #include <memory> | 8 | #include <memory> |
| 7 | #include <vector> | 9 | #include <vector> |