summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/high_res_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/high_res_timer.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/high_res_timer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnuradio-runtime/include/gnuradio/high_res_timer.h b/gnuradio-runtime/include/gnuradio/high_res_timer.h
index c945781156..d0b002f7c1 100644
--- a/gnuradio-runtime/include/gnuradio/high_res_timer.h
+++ b/gnuradio-runtime/include/gnuradio/high_res_timer.h
@@ -12,6 +12,7 @@
#define INCLUDED_GNURADIO_HIGH_RES_TIMER_H
#include <gnuradio/api.h>
+#include <boost/date_time/posix_time/posix_time.hpp>
////////////////////////////////////////////////////////////////////////
// Use architecture defines to determine the implementation
@@ -123,8 +124,6 @@ inline gr::high_res_timer_type gr::high_res_timer_tps(void)
////////////////////////////////////////////////////////////////////////
#ifdef GNURADIO_HRT_USE_MICROSEC_CLOCK
-#include <boost/date_time/posix_time/posix_time.hpp>
-
inline gr::high_res_timer_type gr::high_res_timer_now(void)
{
static const boost::posix_time::ptime epoch(boost::posix_time::from_time_t(0));
@@ -143,8 +142,6 @@ inline gr::high_res_timer_type gr::high_res_timer_tps(void)
#endif
////////////////////////////////////////////////////////////////////////
-#include <boost/date_time/posix_time/posix_time.hpp>
-
inline gr::high_res_timer_type gr::high_res_timer_epoch(void)
{
static const double hrt_ticks_per_utc_ticks =