From 661e2cb6fcb8a1497f1a8dc796db88fe589405ca Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 22 Nov 2010 22:00:13 +0000 Subject: [PATCH] Another compilation fix --- src/webui/httpserver.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webui/httpserver.cpp b/src/webui/httpserver.cpp index 4aa9494b6..2c07bf339 100644 --- a/src/webui/httpserver.cpp +++ b/src/webui/httpserver.cpp @@ -39,6 +39,8 @@ #include #include +using namespace libtorrent; + const int BAN_TIME = 3600000; // 1 hour class UnbanTimer: public QTimer {