On Sun, 08 Sep 2002 05:09:39 -0700 Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> Update of /cvsroot/mahogany/M/include NB> In directory usw-pr-cvs1:/tmp/cvs-serv5822 NB> NB> Modified Files: NB> Profile.h NB> Log Message: NB> wxgtk compilation fixed NB> NB> Index: Profile.h NB> =================================================================== NB> RCS file: /cvsroot/mahogany/M/include/Profile.h,v NB> retrieving revision 1.74 NB> retrieving revision 1.75 NB> diff -b -u -2 -r1.74 -r1.75 NB> --- Profile.h 7 Sep 2002 20:35:29 -0000 1.74 NB> +++ Profile.h 8 Sep 2002 12:09:37 -0000 1.75 NB> @@ -18,4 +18,6 @@ NB> #endif NB> NB> +#include <wx/confbase.h> NB> + Why was this needed? I don't think Profile.h should include this header. Maybe it's needed in Profile.cpp? But then it should include it, not the header (as in the latter case almost all files in the project start depending on it!). Thanks, VZ ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Mahogany-cvsupdates mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates
