diff options
| author | Remko Tronçon <git@el-tramo.be> | 2013-02-12 21:18:03 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2013-02-12 21:18:03 (GMT) | 
| commit | 7f87312400f7c6fdb8744b5540fe76c5fb124873 (patch) | |
| tree | baf88664cd46a277c62b64875e2d5f37c086c64e | |
| parent | 0e124ddce9726971e579578a49a6e017d98298be (diff) | |
| download | swift-7f87312400f7c6fdb8744b5540fe76c5fb124873.zip swift-7f87312400f7c6fdb8744b5540fe76c5fb124873.tar.bz2  | |
Include boost::lock_guard include.
Change-Id: Iad90ae18911116603888ee5dc332151c24a7cf60
| -rw-r--r-- | Swiften/EventLoop/EventLoop.cpp | 3 | 
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>  | 
 Swift