diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-12-12 19:16:46 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-12-12 19:16:46 -0500 |
| commit | efcab1e9184916718428af001053ab3b070910c0 (patch) | |
| tree | 599f056521efe6bb969c6f00fc50f3553bc7bb43 | |
| parent | 327b23e4cea1da927dd0792ce5f88c347094bd01 (diff) | |
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 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include <cstddef> #include <memory> #include <vector> |
