[cgma-dev] r1859 - cgm/trunk/itaps

tautges at mcs.anl.gov tautges at mcs.anl.gov
Thu May 29 08:44:39 CDT 2008


Author: tautges
Date: 2008-05-29 08:44:39 -0500 (Thu, 29 May 2008)
New Revision: 1859

Modified:
   cgm/trunk/itaps/CATag.cpp
Log:
Adding include of <algorithm>, uncovered by using gcc4.3 compilers.



Modified: cgm/trunk/itaps/CATag.cpp
===================================================================
--- cgm/trunk/itaps/CATag.cpp	2008-05-29 01:07:48 UTC (rev 1858)
+++ cgm/trunk/itaps/CATag.cpp	2008-05-29 13:44:39 UTC (rev 1859)
@@ -20,6 +20,8 @@
  * Renamed CATag and added to ANL ITAPS repository by J.Kraftcheck,
  * 2007-6-15
  */
+
+#include <algorithm>
  
 #include "CATag.hpp"
 #include "RefEntity.hpp"




More information about the cgma-dev mailing list