From: Włodzimierz Skiba Date: Mon, 19 Sep 2005 22:32:30 +0000 (+0000) Subject: angle bracket problem fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/94dadb0a8e9436ec12b6831c5fc8cbc9ab9133e5?ds=inline angle bracket problem fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/utils/convertrc/convert.cpp b/contrib/utils/convertrc/convert.cpp index 629373335c..74866191d5 100644 --- a/contrib/utils/convertrc/convert.cpp +++ b/contrib/utils/convertrc/convert.cpp @@ -19,10 +19,10 @@ // for all others, include the necessary headers (this file is usually all you // need because it includes almost all "standard" wxWidgets headers #ifndef WX_PRECOMP -#include +#include "wx/wx.h" #endif -#include +#include "wx/image.h" #include "wx/deprecated/setup.h" #include "wx/deprecated/resource.h" diff --git a/contrib/utils/convertrc/rc2xml.cpp b/contrib/utils/convertrc/rc2xml.cpp index ddc225b77b..84fbe9bc01 100644 --- a/contrib/utils/convertrc/rc2xml.cpp +++ b/contrib/utils/convertrc/rc2xml.cpp @@ -29,7 +29,7 @@ cross platform (wxGTK,etc) // for all others, include the necessary headers (this file is usually all you // need because it includes almost all "standard" wxWidgets headers #ifndef WX_PRECOMP -#include +#include "wx/wx.h" #endif @@ -37,8 +37,8 @@ cross platform (wxGTK,etc) #include "wx/image.h" #include "wx/deprecated/setup.h" #include "wx/deprecated/resource.h" -#include -#include +#include "wx/textfile.h" +#include "wx/tokenzr.h" diff --git a/contrib/utils/convertrc/rc2xml.h b/contrib/utils/convertrc/rc2xml.h index 6afe5e6f82..919b90ced7 100644 --- a/contrib/utils/convertrc/rc2xml.h +++ b/contrib/utils/convertrc/rc2xml.h @@ -10,8 +10,8 @@ #endif #include "wx/file.h" -#include -#include +#include "wx/ffile.h" +#include "wx/list.h" class rc2xml : public wxObject diff --git a/contrib/utils/convertrc/wxr2xml.h b/contrib/utils/convertrc/wxr2xml.h index 16560500e3..a8df9ad27a 100644 --- a/contrib/utils/convertrc/wxr2xml.h +++ b/contrib/utils/convertrc/wxr2xml.h @@ -5,7 +5,7 @@ #if !defined(WXR2XML_H) #define WXR2XML_H -#include +#include "wx/ffile.h" #include "wx/deprecated/setup.h" #include "wx/deprecated/resource.h"