diff tests/js-timer/main.cpp @ 127:77f950caab35

Irccd: implement RuleService, #498
author David Demelier <markand@malikania.fr>
date Wed, 11 May 2016 13:27:39 +0200
parents 1125d90b3b44
children 2d8343b86e2e
line wrap: on
line diff
--- a/tests/js-timer/main.cpp	Wed May 11 13:00:40 2016 +0200
+++ b/tests/js-timer/main.cpp	Wed May 11 13:27:39 2016 +0200
@@ -20,6 +20,7 @@
 
 #include <irccd/elapsed-timer.hpp>
 #include <irccd/irccd.hpp>
+#include <irccd/logger.hpp>
 #include <irccd/system.hpp>
 
 using namespace irccd;