mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Missing <wx/sizer.h> include
Without it build on my Windows host fails
This commit is contained in:
parent
e8762a478f
commit
b38af473c6
@ -44,6 +44,7 @@
|
|||||||
#include <wx/dynlib.h>
|
#include <wx/dynlib.h>
|
||||||
#include <wx/filename.h>
|
#include <wx/filename.h>
|
||||||
#include <wx/scopeguard.h>
|
#include <wx/scopeguard.h>
|
||||||
|
#include <wx/sizer.h>
|
||||||
#include <wx/tokenzr.h>
|
#include <wx/tokenzr.h>
|
||||||
#include <wx/modalhook.h>
|
#include <wx/modalhook.h>
|
||||||
|
|
||||||
@ -1197,4 +1198,4 @@ bool FileDialog::Disabler::IsChild(const wxDialog *dialog) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user