Explorar el Código

Merge pull request #2312 from lioncash/guard

time_stretch: Add missing #pragma once directive
Yuri Kunde Schlesner hace 9 años
padre
commit
7eeb6d9608
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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>