From 8c2d5631df1a25fe4ba9890bd8f716eae840aa37 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 14 May 2017 20:03:11 +0200 Subject: compat/timer: add missing assert include --- compat/timer.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compat/timer.cpp') 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 + #include "timer.hpp" #include -- cgit v1.2.3