summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2013-02-12 21:18:03 (GMT)
committerRemko Tronçon <git@el-tramo.be>2013-02-12 21:18:03 (GMT)
commit7f87312400f7c6fdb8744b5540fe76c5fb124873 (patch)
treebaf88664cd46a277c62b64875e2d5f37c086c64e /Swiften/EventLoop/EventLoop.cpp
parent0e124ddce9726971e579578a49a6e017d98298be (diff)
downloadswift-7f87312400f7c6fdb8744b5540fe76c5fb124873.zip
swift-7f87312400f7c6fdb8744b5540fe76c5fb124873.tar.bz2
Include boost::lock_guard include.
Change-Id: Iad90ae18911116603888ee5dc332151c24a7cf60
Diffstat (limited to 'Swiften/EventLoop/EventLoop.cpp')
-rw-r--r--Swiften/EventLoop/EventLoop.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/EventLoop/EventLoop.cpp b/Swiften/EventLoop/EventLoop.cpp
index 0f78d96..88d8d54 100644
--- a/Swiften/EventLoop/EventLoop.cpp
+++ b/Swiften/EventLoop/EventLoop.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Remko Tronçon
+ * Copyright (c) 2010-2013 Remko Tronçon
* Licensed under the GNU General Public License v3.
* See Documentation/Licenses/GPLv3.txt for more information.
*/
@@ -12,6 +12,7 @@
#include <cassert>
#include <Swiften/Base/Log.h>
+#include <boost/thread/locks.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/lambda/bind.hpp>