Compilation fix for wxFont in wxMotif.
Include wx/crt.h containing wxSscanf() declaration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fea900aceb
commit
e5c0dea20c
@ -37,6 +37,7 @@
|
||||
#include "wx/gdicmn.h"
|
||||
#endif
|
||||
|
||||
#include "wx/crt.h" // for wxSscanf()
|
||||
#include "wx/fontutil.h" // for wxNativeFontInfo
|
||||
#include "wx/tokenzr.h"
|
||||
#include "wx/motif/private.h"
|
||||
|
Loading…
Reference in New Issue
Block a user