summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-08-30 11:05:04 -0700
committerJosh Blum <josh@joshknows.com>2012-08-30 11:05:04 -0700
commit36a7def9aa6cecaa6f3cbf9979544d6fd5848a08 (patch)
tree3f0489a7095a3c7b1e49eb481b7fd45cde1fde59
parent8404ee981f879cffd5078a0d316ee2298f7faddb (diff)
downloaduhd-36a7def9aa6cecaa6f3cbf9979544d6fd5848a08.tar.gz
uhd-36a7def9aa6cecaa6f3cbf9979544d6fd5848a08.tar.bz2
uhd-36a7def9aa6cecaa6f3cbf9979544d6fd5848a08.zip
uhd: added boost version header to define BOOST_VERSION
-rw-r--r--host/include/uhd/utils/atomic.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/utils/atomic.hpp b/host/include/uhd/utils/atomic.hpp
index b12dde58e..dc1790c3f 100644
--- a/host/include/uhd/utils/atomic.hpp
+++ b/host/include/uhd/utils/atomic.hpp
@@ -23,6 +23,7 @@
#include <boost/thread/thread.hpp>
#include <boost/interprocess/detail/atomic.hpp>
+#include <boost/version.hpp>
#if BOOST_VERSION >= 104800
# define BOOST_IPC_DETAIL boost::interprocess::ipcdetail
#else