mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
11 lines
219 B
Diff
11 lines
219 B
Diff
--- a/src/AudioIOBase.cpp
|
|
+++ b/src/AudioIOBase.cpp
|
|
@@ -21,6 +21,7 @@
|
|
#include "prefs/RecordingPrefs.h"
|
|
#include "widgets/MeterPanelBase.h"
|
|
|
|
+#include "portaudio.h"
|
|
#if USE_PORTMIXER
|
|
#include "portmixer.h"
|
|
#endif
|