[complement-svn] SF.net SVN: complement: [1350] tags/complement-20061031/explore/lib/mt/time .cc
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-31 11:00:35
|
Revision: 1350 http://svn.sourceforge.net/complement/?rev=1350&view=rev Author: complement Date: 2006-10-31 02:59:40 -0800 (Tue, 31 Oct 2006) Log Message: ----------- add useful include, detected when compile without STLport Modified Paths: -------------- tags/complement-20061031/explore/lib/mt/time.cc Modified: tags/complement-20061031/explore/lib/mt/time.cc =================================================================== --- tags/complement-20061031/explore/lib/mt/time.cc 2006-10-31 09:48:48 UTC (rev 1349) +++ tags/complement-20061031/explore/lib/mt/time.cc 2006-10-31 10:59:40 UTC (rev 1350) @@ -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. |