summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2013-08-15 18:27:22 (GMT)
committerRemko Tronçon <git@el-tramo.be>2013-08-16 07:43:36 (GMT)
commite4a3c018fe824c0c402dbc3167a113276fbe6e4e (patch)
treecc3095af5512b9f25876f115b6100d54eb8fff6e /Swiften/EventLoop/EventLoop.cpp
parent15a27a700945570fe61eddde22e95458ad6e419a (diff)
downloadswift-e4a3c018fe824c0c402dbc3167a113276fbe6e4e.zip
swift-e4a3c018fe824c0c402dbc3167a113276fbe6e4e.tar.bz2
Added missing lock_guard include.
Change-Id: I1ea6c42292b7c3b5f0ecdc1395b9c8e8cf17a6b9
Diffstat (limited to 'Swiften/EventLoop/EventLoop.cpp')
-rw-r--r--Swiften/EventLoop/EventLoop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/EventLoop/EventLoop.cpp b/Swiften/EventLoop/EventLoop.cpp
index afb6858..cd4e461 100644
--- a/Swiften/EventLoop/EventLoop.cpp
+++ b/Swiften/EventLoop/EventLoop.cpp
@@ -10,6 +10,7 @@
#include <boost/bind.hpp>
#include <iostream>
#include <cassert>
+#include <boost/thread/locks.hpp>
#include <Swiften/Base/Log.h>