From 207d0da31cecbbe2ba0ee59714defd25013f350d Mon Sep 17 00:00:00 2001 From: Trent Houliston Date: Fri, 26 Aug 2016 15:40:13 +1000 Subject: [PATCH] Move the python datetime header into the chrono header --- include/pybind11/chrono.h | 1 + include/pybind11/common.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/chrono.h b/include/pybind11/chrono.h index e60db3fa..4eaed2a9 100644 --- a/include/pybind11/chrono.h +++ b/include/pybind11/chrono.h @@ -12,6 +12,7 @@ #include "pybind11.h" #include +#include NAMESPACE_BEGIN(pybind11) NAMESPACE_BEGIN(detail) diff --git a/include/pybind11/common.h b/include/pybind11/common.h index c1287daf..fd65fe76 100644 --- a/include/pybind11/common.h +++ b/include/pybind11/common.h @@ -46,7 +46,6 @@ #endif #include -#include #include #include