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

time_stretch: Add missing #pragma once directive

Lioncash преди 9 години
родител
ревизия
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>