On Fri, Jan 14, 2011 at 4:19 PM, Andreas Gaeb <a.g...@web.de> wrote:
>
> I had to include <string.h> instead of <string> in
> utils/fgadmin/src/main.cxx

I believe the correct c++ header for that would be <cstring>
Also, do not remove <string> since that is needed for
def_install_source and def_scenery_dest.
Even though fgadmin.h does include it, it should be left in main.cxx
as well. Speaking of fgadmin.h, the "using std::string" should be
removed from there (but if the file is really auto-generated as the
comment says then the fluid tool would have to be fixed).

-- 
Csaba/Jester

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to