mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 15:09:08 +02:00
Fix Linux build
This commit is contained in:
parent
08c16b6eb7
commit
1a49362e3c
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user