Add missing wx/scopedptr.h in wxMSW wxFileDialog code
This file uses wxScopedPtr<> and so needs to include this header explicitly instead of relying on it being included indirectly from some other header, as happens in the default build, but not always. Closes #18711.
This commit is contained in:
parent
6c061b6bf9
commit
3674240146
@ -44,6 +44,7 @@
|
||||
|
||||
#include "wx/dynlib.h"
|
||||
#include "wx/filename.h"
|
||||
#include "wx/scopedptr.h"
|
||||
#include "wx/scopeguard.h"
|
||||
#include "wx/tokenzr.h"
|
||||
#include "wx/modalhook.h"
|
||||
|
Loading…
Reference in New Issue
Block a user