Просмотр исходного кода

time_stretch: Add missing #pragma once directive

Lioncash 9 лет назад
Родитель
Сommit
efcab1e918
1 измененных файлов с 2 добавлено и 0 удалено
  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>