Revision: 7506
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7506&view=rev
Author:   hsujohnhsu
Date:     2009-03-17 01:15:58 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
needed string.h for newer gcc compilers.

Modified Paths:
--------------
    code/gazebo/branches/ogre-1.4.9/server/gui/StatusBar.cc

Modified: code/gazebo/branches/ogre-1.4.9/server/gui/StatusBar.cc
===================================================================
--- code/gazebo/branches/ogre-1.4.9/server/gui/StatusBar.cc     2009-03-17 
01:12:39 UTC (rev 7505)
+++ code/gazebo/branches/ogre-1.4.9/server/gui/StatusBar.cc     2009-03-17 
01:15:58 UTC (rev 7506)
@@ -25,6 +25,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <FL/Fl_Value_Output.H>
 #include <FL/Fl_Output.H>
 #include <FL/Fl_Button.H>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to