Compilation fix for PCH-less build
Include wx/combobox.h as we use wxDynamicCast(wxComboBox).
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
#include "wx/dcmemory.h"
|
#include "wx/dcmemory.h"
|
||||||
#include "wx/control.h"
|
#include "wx/control.h"
|
||||||
#include "wx/choice.h"
|
#include "wx/choice.h"
|
||||||
|
#include "wx/combobox.h"
|
||||||
#include "wx/app.h" // for GetComCtl32Version
|
#include "wx/app.h" // for GetComCtl32Version
|
||||||
#include "wx/image.h"
|
#include "wx/image.h"
|
||||||
#include "wx/stattext.h"
|
#include "wx/stattext.h"
|
||||||
|
Reference in New Issue
Block a user