diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-14 20:03:11 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-14 20:03:11 +0200 |
commit | 8c2d5631df1a25fe4ba9890bd8f716eae840aa37 (patch) | |
tree | 6d52394eed1c80bae4a087b586f9aac759d20ee4 /compat | |
parent | 8fe48092dc54c8841489ae4afb0126295964c652 (diff) |
compat/timer: add missing assert include
Diffstat (limited to 'compat')
-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> |