diff options
author | kocsv <kocsv@local> | 2017-05-16 10:18:46 +0200 |
---|---|---|
committer | kocsv <kocsv@local> | 2017-05-16 10:18:46 +0200 |
commit | 82e4dc80f5838efcb08ac1c89f58a324b2a26409 (patch) | |
tree | f1f28bf0e1ad1fdcee4b2f87f34d9aa169080a5a /compat/timer.cpp | |
parent | aacc3bb2b563cd172e340365b8f14ec8fae32d9d (diff) | |
parent | a9ddb1242181032c549bcac7341e38cb2ee0bb73 (diff) |
Merge https://github.com/opentrack/opentrack into unstable
merge from upstream
Diffstat (limited to 'compat/timer.cpp')
-rw-r--r-- | compat/timer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/timer.cpp b/compat/timer.cpp index 3ecdf528..ca22fa10 100644 --- a/compat/timer.cpp +++ b/compat/timer.cpp @@ -6,6 +6,9 @@ * notice appear in all copies. */ +#include "ndebug-guard.hpp" +#include <cassert> + #include "timer.hpp" #include <cmath> |