[Spiderape-cvs] SF.net SVN: spiderape: [62] trunk/src/ape
Status: Beta
Brought to you by:
sgbeal
|
From: <sg...@us...> - 2008-05-08 23:12:23
|
Revision: 62
http://spiderape.svn.sourceforge.net/spiderape/?rev=62&view=rev
Author: sgbeal
Date: 2008-05-08 16:12:20 -0700 (Thu, 08 May 2008)
Log Message:
-----------
fixes for gcc 4.3
Modified Paths:
--------------
trunk/src/ape/ape.cpp
trunk/src/ape/class.hpp
Modified: trunk/src/ape/ape.cpp
===================================================================
--- trunk/src/ape/ape.cpp 2008-04-30 13:37:40 UTC (rev 61)
+++ trunk/src/ape/ape.cpp 2008-05-08 23:12:20 UTC (rev 62)
@@ -6,6 +6,7 @@
#include <set>
#include <stdio.h>
#include <stdarg.h>
+#include <string.h>
#include <sf.net/ape/ape.hpp>
#include <sf.net/ape/exception.hpp>
Modified: trunk/src/ape/class.hpp
===================================================================
--- trunk/src/ape/class.hpp 2008-04-30 13:37:40 UTC (rev 61)
+++ trunk/src/ape/class.hpp 2008-05-08 23:12:20 UTC (rev 62)
@@ -10,6 +10,7 @@
#include <string>
#include <vector>
#include <map>
+#include <string.h> // memset()
#ifdef WIN32
#pragma warning( push )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|