diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-14 22:33:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-14 22:33:11 +0100 |
| commit | f377e04c160392fc1d5764846c40740f2092c212 (patch) | |
| tree | 709931d4ec97e31b927ae8d8159030af5dea6c60 | |
| parent | 67a202e0ee0662841656fd1b0728a73745221077 (diff) | |
fixup! Add AudioAPI and some related methods.
| -rw-r--r-- | src/wx/audio_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_api.h b/src/wx/audio_api.h index 3231d1d24..ce2574b51 100644 --- a/src/wx/audio_api.h +++ b/src/wx/audio_api.h @@ -24,8 +24,8 @@ #include <dcp/warnings.h> -#include <wx/wx.h> LIBDCP_DISABLE_WARNINGS +#include <wx/wx.h> #include <RtAudio.h> LIBDCP_ENABLE_WARNINGS #include <boost/optional.hpp> |
