1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

Missing <wx/sizer.h> include

Without it build on my Windows host fails
This commit is contained in:
Vitaly Kirsanov 2018-10-20 10:48:39 +03:00 committed by GitHub
parent e8762a478f
commit b38af473c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@
#include <wx/dynlib.h>
#include <wx/filename.h>
#include <wx/scopeguard.h>
#include <wx/sizer.h>
#include <wx/tokenzr.h>
#include <wx/modalhook.h>
@ -1197,4 +1198,4 @@ bool FileDialog::Disabler::IsChild(const wxDialog *dialog) const
}
return false;
}
}