1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02: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
No known key found for this signature in database
GPG Key ID: F4D83691462F656E

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