mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Move the python datetime header into the chrono header
This commit is contained in:
parent
0ee97dd6d0
commit
207d0da31c
@ -12,6 +12,7 @@
|
||||
|
||||
#include "pybind11.h"
|
||||
#include <chrono>
|
||||
#include <datetime.h>
|
||||
|
||||
NAMESPACE_BEGIN(pybind11)
|
||||
NAMESPACE_BEGIN(detail)
|
||||
|
@ -46,7 +46,6 @@
|
||||
#endif
|
||||
|
||||
#include <Python.h>
|
||||
#include <datetime.h>
|
||||
#include <frameobject.h>
|
||||
#include <pythread.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user