Fix wxHTML benchmarks compilation

wx/crt.h must be included to use wxSscanf().
This commit is contained in:
Vadim Zeitlin 2018-09-30 00:32:21 +02:00
parent 21a5314c52
commit 6db5b54fc7
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@
#include "wx/app.h"
#endif
#include "wx/crt.h"
#include "wx/tokenzr.h"
#include "wx/wfstream.h"
#include "wx/url.h"

View File

@ -15,9 +15,8 @@
#include "htmltag.h"
#include "htmlpars.h"
#include <stdio.h> // for vsscanf
#include <stdarg.h>
#include "wx/crt.h"
//-----------------------------------------------------------------------------
// wx28HtmlTagsCache