[complement-svn] SF.net SVN: complement: [1351] trunk/explore/lib/mt
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-31 11:02:24
|
Revision: 1351 http://svn.sourceforge.net/complement/?rev=1351&view=rev Author: complement Date: 2006-10-31 03:02:01 -0800 (Tue, 31 Oct 2006) Log Message: ----------- add useful includes, detected when compile without STLport Modified Paths: -------------- trunk/explore/lib/mt/ChangeLog trunk/explore/lib/mt/time.cc Modified: trunk/explore/lib/mt/ChangeLog =================================================================== --- trunk/explore/lib/mt/ChangeLog 2006-10-31 10:59:40 UTC (rev 1350) +++ trunk/explore/lib/mt/ChangeLog 2006-10-31 11:02:01 UTC (rev 1351) @@ -1,3 +1,8 @@ +2006-10-31 Petr Ovtchenkov <pt...@is...> + + * time.cc: add useful includes, detected when compile + without STLport. + 2006-10-24 Petr Ovtchenkov <pt...@is...> * xmt.h, xmt.cc, time.h, time.cc: move timespec functions to Modified: trunk/explore/lib/mt/time.cc =================================================================== --- trunk/explore/lib/mt/time.cc 2006-10-31 10:59:40 UTC (rev 1350) +++ trunk/explore/lib/mt/time.cc 2006-10-31 11:02:01 UTC (rev 1351) @@ -10,6 +10,8 @@ #include <mt/time.h> #include <mt/xmt.h> +#include <cmath> +#include <sys/time.h> #ifdef _WIN32 xmt::Mutex _l; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |