From: <pst...@us...> - 2010-04-28 16:24:40
|
Revision: 771 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=771&view=rev Author: pstieber Date: 2010-04-28 16:24:34 +0000 (Wed, 28 Apr 2010) Log Message: ----------- Updated include files for the Linux build. Modified Paths: -------------- trunk/jazz/src/Player.cpp Modified: trunk/jazz/src/Player.cpp =================================================================== --- trunk/jazz/src/Player.cpp 2010-04-28 14:15:35 UTC (rev 770) +++ trunk/jazz/src/Player.cpp 2010-04-28 16:24:34 UTC (rev 771) @@ -37,8 +37,8 @@ //#include <unistd.h> #include <cassert> #include <cstdlib> - -#include <string.h> +#include <cstring> +#include <iostream> #include <errno.h> #ifndef _MSC_VER This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |