]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlpars.cpp
implemented GetLabel() (part of patch 1679337)
[wxWidgets.git] / src / html / htmlpars.cpp
index 0abe5400ddc3ae4a86e76bcaa93a1f6a11da6961..7efb69af345f19d0b43b0fec336b5933a00a9a1a 100644 (file)
@@ -19,6 +19,7 @@
     #include "wx/dynarray.h"
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/dynarray.h"
     #include "wx/log.h"
     #include "wx/intl.h"
+    #include "wx/app.h"
 #endif
 
 #include "wx/tokenzr.h"
 #endif
 
 #include "wx/tokenzr.h"
@@ -34,7 +35,6 @@
 #endif
 
 // DLL options compatibility check:
 #endif
 
 // DLL options compatibility check:
-#include "wx/app.h"
 WX_CHECK_BUILD_OPTIONS("wxHTML")
 
 const wxChar *wxTRACE_HTML_DEBUG = _T("htmldebug");
 WX_CHECK_BUILD_OPTIONS("wxHTML")
 
 const wxChar *wxTRACE_HTML_DEBUG = _T("htmldebug");