mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
Move the python datetime header into the chrono header
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user