[Scummvm-cvs-logs] SF.net SVN: scummvm: [31325] scummvm/trunk/common/memorypool.h
tramboi at users.sourceforge.net
tramboi at users.sourceforge.net
Sun Mar 30 14:06:47 CEST 2008
Revision: 31325
http://scummvm.svn.sourceforge.net/scummvm/?rev=31325&view=rev
Author: tramboi
Date: 2008-03-30 05:06:47 -0700 (Sun, 30 Mar 2008)
Log Message:
-----------
#include <cstring> => #include <string.h> (for size_t)
Modified Paths:
--------------
scummvm/trunk/common/memorypool.h
Modified: scummvm/trunk/common/memorypool.h
===================================================================
--- scummvm/trunk/common/memorypool.h 2008-03-30 11:56:32 UTC (rev 31324)
+++ scummvm/trunk/common/memorypool.h 2008-03-30 12:06:47 UTC (rev 31325)
@@ -26,7 +26,7 @@
#ifndef COMMON_MEMORYPOOL_H
#define COMMON_MEMORYPOOL_H
-#include <cstring>
+#include <string.h>
#include "common/array.h"
namespace Common
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list