]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpdata.cpp
Make use of new array functions.
[wxWidgets.git] / src / html / helpdata.cpp
index 25ea6a616481e313f84b65ab3cf90382944b5529..4dcef850cf84b74adf41c6f4866d00516f647609 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "helpdata.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
@@ -29,6 +29,8 @@
     #include "wx/log.h"
 #endif
 
+#include <ctype.h>
+
 #include "wx/html/helpdata.h"
 #include "wx/tokenzr.h"
 #include "wx/wfstream.h"