summaryrefslogtreecommitdiff
path: root/src/components/utils/src/date_time.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/src/date_time.cc')
-rw-r--r--src/components/utils/src/date_time.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/utils/src/date_time.cc b/src/components/utils/src/date_time.cc
index 2802ed0f91..fa645f4ecf 100644
--- a/src/components/utils/src/date_time.cc
+++ b/src/components/utils/src/date_time.cc
@@ -30,14 +30,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include "utils/date_time.h"
+
#include <stdint.h>
#include <sys/time.h>
-#include "utils/date_time.h"
+#include "boost/date_time/posix_time/posix_time.hpp"
namespace bpt = boost::posix_time;
using namespace boost::date_time;
namespace date_time {
-
/* Set of helper functions for the TimeDuration struct
*/