
9 Aug
2010
9 Aug
'10
2:35 p.m.
I noticed that my code that uses futures wouldn't compile until I added the following two lines to future.hpp: #include <boost/thread/mutex.hpp> #include <boost/thread/condition_variable.hpp> I am wondering if this is an oversight, or if there is a specific reason these files weren't included in future.hpp