Chrono: include explicitly clock files

[SVN r74740]
This commit is contained in:
Vicente J. Botet Escriba 2011-10-05 14:49:40 +00:00
parent a9d9297065
commit bfc23bc577

View File

@ -15,6 +15,7 @@ Many thanks to Howard for making his code available under the Boost license.
#include <iostream>
#include <boost/chrono/config.hpp>
#include <boost/chrono/chrono_io.hpp>
#include <boost/chrono/system_clocks.hpp>
#include <boost/chrono/thread_clock.hpp>
#include <boost/chrono/process_cpu_clocks.hpp>