aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-09-30 09:35:57 -0700
committerMartin Braun <martin.braun@ettus.com>2014-09-30 09:35:57 -0700
commitc6c2f14d849be4093f7b1fb1ed7235e189c43f48 (patch)
tree2503729042af19e924c24a9281c8ebe738a8706c /host/lib/utils
parent9dc96fd9bf8d430a9f41f3476bc62cc3ba43e1d7 (diff)
downloaduhd-c6c2f14d849be4093f7b1fb1ed7235e189c43f48.tar.gz
uhd-c6c2f14d849be4093f7b1fb1ed7235e189c43f48.tar.bz2
uhd-c6c2f14d849be4093f7b1fb1ed7235e189c43f48.zip
uhd: Switched lock_guards header to locks.hpp
Diffstat (limited to 'host/lib/utils')
-rw-r--r--host/lib/utils/log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/utils/log.cpp b/host/lib/utils/log.cpp
index 123b7e4e6..8d42af9c4 100644
--- a/host/lib/utils/log.cpp
+++ b/host/lib/utils/log.cpp
@@ -23,7 +23,7 @@
#include <boost/format.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
-#include <boost/thread/lock_guard.hpp>
+#include <boost/thread/locks.hpp>
#ifdef BOOST_MSVC
//whoops! https://svn.boost.org/trac/boost/ticket/5287
//enjoy this useless dummy class instead