X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/187d815255d240350c598721db1e0c1b4d3fb527..d9dd0c95df369be61d3dfa9314e87b589e50526a:/src/xrc/xh_choic.cpp diff --git a/src/xrc/xh_choic.cpp b/src/xrc/xh_choic.cpp index 6a0ccc2566..fb9b7f2245 100644 --- a/src/xrc/xh_choic.cpp +++ b/src/xrc/xh_choic.cpp @@ -3,7 +3,6 @@ // Purpose: XRC resource for wxChoice // Author: Bob Mitchell // Created: 2000/03/21 -// RCS-ID: $Id$ // Copyright: (c) 2000 Bob Mitchell and Verant Interactive // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -24,6 +23,8 @@ #include "wx/choice.h" #endif +#include "wx/xml/xml.h" + IMPLEMENT_DYNAMIC_CLASS(wxChoiceXmlHandler, wxXmlResourceHandler) wxChoiceXmlHandler::wxChoiceXmlHandler()