[1.41, thread] small compile fix

11 Nov
2009
11 Nov
'09
7:23 p.m.
hi all, trying the lastest release branch, i need the following fix to be able to compile the boost.thread sources ... would be great, if it could make it to the 1.41 release ... thnx, tim diff --git a/libs/thread/src/pthread/timeconv.inl b/libs/thread/src/pthread/timeconv.inl index 5ec3b17..50518c1 100644 --- a/libs/thread/src/pthread/timeconv.inl +++ b/libs/thread/src/pthread/timeconv.inl @@ -6,6 +6,8 @@ // boostinspect:nounnamed +#include <cassert> + namespace { const int MILLISECONDS_PER_SECOND = 1000; const int NANOSECONDS_PER_SECOND = 1000000000; -- tim@klingt.org http://tim.klingt.org Relying on the government to protect your privacy is like asking a peeping tom to install your window blinds. John Perry Barlow
5690
Age (days ago)
5690
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tim Blechmann