Przeglądaj źródła

Merge pull request #2312 from lioncash/guard

time_stretch: Add missing #pragma once directive
Yuri Kunde Schlesner 9 lat temu
rodzic
commit
7eeb6d9608
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/audio_core/time_stretch.h

+ 2 - 0
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>