diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-05 21:04:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-05 21:56:56 +0100 |
commit | 71d8fa55ab671ae152c420738b2d9d49f8f1106d (patch) | |
tree | a4ad0eb37840245622b99ee49c1d555ccb238b02 /src/object.cpp | |
parent | a56a8cc899dc90701f1690051da4e4318e95566c (diff) |
clean up timer & nanosecond includes
Diffstat (limited to 'src/object.cpp')
-rw-r--r-- | src/object.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object.cpp b/src/object.cpp index 0b54a159..5fd29d29 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -8,6 +8,7 @@ #include "compat/debug.hpp" #include "compat/exception.hpp" #include "compat/limits.hpp" +#include "nanosecond.inl" #include <cmath> #include <algorithm> #include <Corrade/Containers/GrowableArray.h> |