1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-01 06:33:53 +01:00

AudioIOBase: add missing #include <portaudio.h>

Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
Be
2021-08-06 17:52:47 -05:00
parent 12c9f5434a
commit dedb67e932

View File

@@ -21,6 +21,8 @@ Paul Licameli split from AudioIO.cpp
#include "Prefs.h"
#include "widgets/MeterPanelBase.h"
#include <portaudio.h>
#if USE_PORTMIXER
#include "portmixer.h"
#endif