]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlcell.cpp
use wxString instead of const wxChar* in wxFile's public API
[wxWidgets.git] / src / html / htmlcell.cpp
index 3244eb577fe7e168456b56a4aa026c0e63b3bd50..a7a602f54e74361142ae50219498a192b692be2d 100644 (file)
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/dynarray.h"
     #include "wx/brush.h"
     #include "wx/colour.h"
     #include "wx/dc.h"
     #include "wx/settings.h"
     #include "wx/module.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/html/htmlcell.h"