summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-13 01:16:46 +0100
committerLioncash <mathew1800@gmail.com>2016-12-13 01:16:46 +0100
commitefcab1e9184916718428af001053ab3b070910c0 (patch)
tree599f056521efe6bb969c6f00fc50f3553bc7bb43 /src
parentcitra-qt: Add missing #pragma once directives (diff)
downloadyuzu-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')
-rw-r--r--src/audio_core/time_stretch.h2
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>