mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-18 14:40:49 +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
|
||||
|
||||
#include "pybind11.h"
|
||||
#include <cmath>
|
||||
#include <chrono>
|
||||
#include <datetime.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user