1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-05 15:09:08 +02:00

Fix Linux build

This commit is contained in:
Paul Licameli 2019-03-30 11:13:44 -04:00
parent 08c16b6eb7
commit 1a49362e3c

View File

@ -36,7 +36,11 @@
#include <memory> #include <memory>
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/log.h> #include <wx/log.h>
// dragimgg.h uses this incomplete type without declaring it on some OSs !
class wxMemoryDC;
#include <wx/generic/dragimgg.h> #include <wx/generic/dragimgg.h>
#include <wx/frame.h> // to inherit #include <wx/frame.h> // to inherit
#include <wx/intl.h> #include <wx/intl.h>