Skip to content

Commit 047a0b5

Browse files
authored
Update timeman.cpp
1 parent c423d79 commit 047a0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timeman.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <array>
77
#include <chrono>
88
#include <limits>
9-
9+
#include <cmath>
1010
namespace engine::timeman
1111
{
1212

@@ -88,4 +88,4 @@ namespace engine::timeman
8888
TimePoint(std::min(0.825179 * limits.time[us] - moveOverhead, maxScale * optimumTime)) - 10;
8989
}
9090

91-
}
91+
}

0 commit comments

Comments
 (0)