[mapguide-commits] r9986 - trunk/MgDev/Oem/CppUnit-1.9.14/src/cppunit

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 13 03:49:12 PDT 2022


Author: jng
Date: 2022-10-13 03:49:11 -0700 (Thu, 13 Oct 2022)
New Revision: 9986

Modified:
   trunk/MgDev/Oem/CppUnit-1.9.14/src/cppunit/TypeInfoHelper.cpp
Log:
Fix cppunit build on newer gcc compilers. This is a stopgap measure until we carry out the complete removal of cppunit sources in #2855

Modified: trunk/MgDev/Oem/CppUnit-1.9.14/src/cppunit/TypeInfoHelper.cpp
===================================================================
--- trunk/MgDev/Oem/CppUnit-1.9.14/src/cppunit/TypeInfoHelper.cpp	2022-10-13 09:17:25 UTC (rev 9985)
+++ trunk/MgDev/Oem/CppUnit-1.9.14/src/cppunit/TypeInfoHelper.cpp	2022-10-13 10:49:11 UTC (rev 9986)
@@ -7,6 +7,7 @@
 
 #if CPPUNIT_HAVE_GCC_ABI_DEMANGLE
 #include <cxxabi.h>
+#include <cstdlib>
 #endif
 
 



More information about the mapguide-commits mailing list