Explorar o código

time_stretch: Add missing #pragma once directive

Lioncash %!s(int64=9) %!d(string=hai) anos
pai
achega
efcab1e918
Modificáronse 1 ficheiros con 2 adicións e 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>