Przeglądaj źródła

time_stretch: Add missing #pragma once directive

Lioncash 9 lat temu
rodzic
commit
efcab1e918
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>