[cig-commits] r14274 - cs/Exchanger/trunk/lib

tan2 at geodynamics.org tan2 at geodynamics.org
Mon Mar 9 17:26:27 PDT 2009


Author: tan2
Date: 2009-03-09 17:26:24 -0700 (Mon, 09 Mar 2009)
New Revision: 14274

Modified:
   cs/Exchanger/trunk/lib/UtilTemplate.cc
Log:
Need to include <typeinfo> before using typeid()

Modified: cs/Exchanger/trunk/lib/UtilTemplate.cc
===================================================================
--- cs/Exchanger/trunk/lib/UtilTemplate.cc	2009-03-10 00:16:00 UTC (rev 14273)
+++ cs/Exchanger/trunk/lib/UtilTemplate.cc	2009-03-10 00:26:24 UTC (rev 14274)
@@ -7,6 +7,7 @@
 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 //
 
+#include <typeinfo>
 #include "journal/diagnostics.h"
 #include "Array2D.h"
 #include "Utility.h"



More information about the CIG-COMMITS mailing list