diff options
Diffstat (limited to 'src/timer-fwd.hpp')
-rw-r--r-- | src/timer-fwd.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timer-fwd.hpp b/src/timer-fwd.hpp index 5e11ce7b..9831319a 100644 --- a/src/timer-fwd.hpp +++ b/src/timer-fwd.hpp @@ -6,6 +6,7 @@ namespace Magnum::Math { template<class T> class Nanoseconds; } namespace floormat { using Ns = Math::Nanoseconds<int64_t>; +//long double operator/(Ns a, Ns b) noexcept; struct Time final { |