Mark Sibly 8 lat temu
rodzic
commit
a6c92062e9
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      bananas/vsynth/audiopipe.h

+ 1 - 0
bananas/vsynth/audiopipe.h

@@ -1,6 +1,7 @@
 #pragma once
 #include <deque>
 #include <mutex>
+#include <algorithm>
 
 typedef double Sample;