[asycxx-devel] SF.net SVN: asycxx:[61] trunk/examples/threadtest/Threadtest.cxx
Status: Alpha
Brought to you by:
joe_steeve
|
From: <joe...@us...> - 2009-04-22 14:22:31
|
Revision: 61
http://asycxx.svn.sourceforge.net/asycxx/?rev=61&view=rev
Author: joe_steeve
Date: 2009-04-22 13:40:03 +0000 (Wed, 22 Apr 2009)
Log Message:
-----------
fixed a build issue. inclusion of stdio.h
From: Joe Steeve <js...@hi...>
Modified Paths:
--------------
trunk/examples/threadtest/Threadtest.cxx
Modified: trunk/examples/threadtest/Threadtest.cxx
===================================================================
--- trunk/examples/threadtest/Threadtest.cxx 2009-04-22 13:39:32 UTC (rev 60)
+++ trunk/examples/threadtest/Threadtest.cxx 2009-04-22 13:40:03 UTC (rev 61)
@@ -12,6 +12,7 @@
*******************************************************************/
#include <memory>
+#include <stdio.h>
#include <asycxx/Logger.h>
#include <asycxx/Error.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|