Include the cmath header for std::lround.

Fix spaces before parens for style guide.
This commit is contained in:
Trent Houliston 2016-09-14 19:27:53 +10:00
parent 2f597687e7
commit ad3bb9bbab

View File

@ -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>