Commit 207d0da3 by Trent Houliston

Move the python datetime header into the chrono header

parent 0ee97dd6
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include "pybind11.h" #include "pybind11.h"
#include <chrono> #include <chrono>
#include <datetime.h>
NAMESPACE_BEGIN(pybind11) NAMESPACE_BEGIN(pybind11)
NAMESPACE_BEGIN(detail) NAMESPACE_BEGIN(detail)
......
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
#endif #endif
#include <Python.h> #include <Python.h>
#include <datetime.h>
#include <frameobject.h> #include <frameobject.h>
#include <pythread.h> #include <pythread.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment