Fix wxHTML benchmarks compilation
wx/crt.h must be included to use wxSscanf().
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#include "wx/app.h"
|
#include "wx/app.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/crt.h"
|
||||||
#include "wx/tokenzr.h"
|
#include "wx/tokenzr.h"
|
||||||
#include "wx/wfstream.h"
|
#include "wx/wfstream.h"
|
||||||
#include "wx/url.h"
|
#include "wx/url.h"
|
||||||
|
@@ -15,9 +15,8 @@
|
|||||||
#include "htmltag.h"
|
#include "htmltag.h"
|
||||||
|
|
||||||
#include "htmlpars.h"
|
#include "htmlpars.h"
|
||||||
#include <stdio.h> // for vsscanf
|
|
||||||
#include <stdarg.h>
|
|
||||||
|
|
||||||
|
#include "wx/crt.h"
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// wx28HtmlTagsCache
|
// wx28HtmlTagsCache
|
||||||
|
Reference in New Issue
Block a user