mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user