Ok - the right thing (according to my compiler guru) is to include _both_ <string> and <cstring>.
Changing <string> to <string.h> you won't pick up std::string (although you probably got lucky and picked it up through another #include somewhere else). Derek ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
