Move the python datetime header into the chrono header

This commit is contained in:
Trent Houliston 2016-08-26 15:40:13 +10:00
parent 0ee97dd6d0
commit 207d0da31c
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#include "pybind11.h"
#include <chrono>
#include <datetime.h>
NAMESPACE_BEGIN(pybind11)
NAMESPACE_BEGIN(detail)

View File

@ -46,7 +46,6 @@
#endif
#include <Python.h>
#include <datetime.h>
#include <frameobject.h>
#include <pythread.h>