[MOAB-dev] pedantic compiler (sscanf is from stdio)

Jed Brown jed at 59A2.org
Thu Apr 30 17:52:32 CDT 2009


commit 378be3bed4e1196a15bc6ecb2f5bb19576995835
Author: Jed Brown <jed at 59A2.org>
Date:   Fri May 1 00:50:55 2009 +0200

    skin.cpp: include cstdio, as required by gcc-4.4

diff --git a/tools/skin.cpp b/tools/skin.cpp
index ff2f543..0cf35cf 100644
--- a/tools/skin.cpp
+++ b/tools/skin.cpp
@@ -2,6 +2,7 @@
 #include <time.h>
 #include <vector>
 #include <cstdlib>
+#include <cstdio>
 #if !defined(_MSC_VER) && !defined(__MINGW32__)
 #include <unistd.h>
 #include <sys/types.h>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mcs.anl.gov/pipermail/moab-dev/attachments/20090501/aa187862/attachment.pgp>


More information about the moab-dev mailing list