Author: laijx
Date: 2010-11-03 22:23:28 -0400 (Wed, 03 Nov 2010)
New Revision: 3389

Modified:
   trunk/osprey/be/com/cfg_base.h
Log:
Fix compilation error using GCC 4.3
Add "#include <algorithm>" to cfg_base.h

Modified: trunk/osprey/be/com/cfg_base.h
===================================================================
--- trunk/osprey/be/com/cfg_base.h      2010-11-01 22:51:27 UTC (rev 3388)
+++ trunk/osprey/be/com/cfg_base.h      2010-11-04 02:23:28 UTC (rev 3389)
@@ -10,6 +10,7 @@
 #include <list>
 #include <vector>
 #include <bitset>
+#include <algorithm>
 using namespace std;
 
 namespace CFG_UTIL {


------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to