Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
207d0da3
"vscode:/vscode.git/clone" did not exist on "568ec6b35a6ff9f8a3a2d5add48a54bb51dd519e"
Commit
207d0da3
authored
Aug 26, 2016
by
Trent Houliston
Browse files
Move the python datetime header into the chrono header
parent
0ee97dd6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
include/pybind11/chrono.h
include/pybind11/chrono.h
+1
-0
include/pybind11/common.h
include/pybind11/common.h
+0
-1
No files found.
include/pybind11/chrono.h
View file @
207d0da3
...
...
@@ -12,6 +12,7 @@
#include "pybind11.h"
#include <chrono>
#include <datetime.h>
NAMESPACE_BEGIN
(
pybind11
)
NAMESPACE_BEGIN
(
detail
)
...
...
include/pybind11/common.h
View file @
207d0da3
...
...
@@ -46,7 +46,6 @@
#endif
#include <Python.h>
#include <datetime.h>
#include <frameobject.h>
#include <pythread.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment