X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..8a1554ed3c90e6d816c740639ecd946020f09bd5:/src/xrc/xh_htmllbox.cpp diff --git a/src/xrc/xh_htmllbox.cpp b/src/xrc/xh_htmllbox.cpp index 5753a21324..f2af2a89c9 100644 --- a/src/xrc/xh_htmllbox.cpp +++ b/src/xrc/xh_htmllbox.cpp @@ -3,7 +3,6 @@ // Purpose: XML resource handler for wxSimpleHtmlListBox // Author: Francesco Montorsi // Created: 2006/10/21 -// RCS-ID: $Id$ // Copyright: (c) 2006 Francesco Montorsi // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -22,6 +21,8 @@ #include "wx/htmllbox.h" #include "wx/filesys.h" +#include "wx/xml/xml.h" + IMPLEMENT_DYNAMIC_CLASS(wxSimpleHtmlListBoxXmlHandler, wxXmlResourceHandler) wxSimpleHtmlListBoxXmlHandler::wxSimpleHtmlListBoxXmlHandler()