X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f7b06c8ce1bf0c34e4c5bde45181205101a5661e:/src/xrc/xh_listb.cpp diff --git a/src/xrc/xh_listb.cpp b/src/xrc/xh_listb.cpp index ff97088837..300b657a81 100644 --- a/src/xrc/xh_listb.cpp +++ b/src/xrc/xh_listb.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_listb.cpp +// Name: src/xrc/xh_listb.cpp // Purpose: XRC resource for wxListBox // Author: Bob Mitchell & Vaclav Slavik // Created: 2000/07/29 @@ -18,8 +18,12 @@ #if wxUSE_XRC #include "wx/xrc/xh_listb.h" + +#ifndef WX_PRECOMP + #include "wx/intl.h" +#endif + #include "wx/listbox.h" -#include "wx/intl.h" IMPLEMENT_DYNAMIC_CLASS(wxListBoxXmlHandler, wxXmlResourceHandler)