mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-26 15:12:01 +00:00
Include the cmath header for std::lround.
Fix spaces before parens for style guide.
This commit is contained in:
parent
2f597687e7
commit
ad3bb9bbab
@ -11,6 +11,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "pybind11.h"
|
#include "pybind11.h"
|
||||||
|
#include <cmath>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <datetime.h>
|
#include <datetime.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user