[cgma-dev] r1828 - cgm/trunk/util

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue May 20 10:13:58 CDT 2008


Author: kraftche
Date: 2008-05-20 10:13:58 -0500 (Tue, 20 May 2008)
New Revision: 1828

Modified:
   cgm/trunk/util/CubitString.hpp
Log:
add missing #include

Modified: cgm/trunk/util/CubitString.hpp
===================================================================
--- cgm/trunk/util/CubitString.hpp	2008-05-20 15:01:14 UTC (rev 1827)
+++ cgm/trunk/util/CubitString.hpp	2008-05-20 15:13:58 UTC (rev 1828)
@@ -18,6 +18,7 @@
 #include <assert.h>
 #include <stdlib.h>
 #include <ctype.h>
+#include <string.h>
 #include "CubitDefines.h"
 
 #include <iostream>




More information about the cgma-dev mailing list