Преглед на файлове

Merge pull request #2312 from lioncash/guard

time_stretch: Add missing #pragma once directive
Yuri Kunde Schlesner преди 9 години
родител
ревизия
7eeb6d9608
променени са 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>