Revision: 7358
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7358&view=rev
Author:   rtv
Date:     2009-02-25 23:18:33 +0000 (Wed, 25 Feb 2009)

Log Message:
-----------
added missing <algorithm> header needed on some platforms

Modified Paths:
--------------
    code/stage/trunk/libstage/worldgui.cc

Modified: code/stage/trunk/libstage/worldgui.cc
===================================================================
--- code/stage/trunk/libstage/worldgui.cc       2009-02-25 06:51:03 UTC (rev 
7357)
+++ code/stage/trunk/libstage/worldgui.cc       2009-02-25 23:18:33 UTC (rev 
7358)
@@ -132,6 +132,7 @@
 #include <set>
 #include <sstream>
 #include <iomanip>
+#include <algorithm> // for std::sort
 
 #include "canvas.hh"
 #include "region.hh"


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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to