aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2015-08-10 14:54:10 -0700
committerMartin Braun <martin.braun@ettus.com>2015-08-10 17:36:15 -0700
commitb2c847acb2c2913d3a2a73e3da863a3ee0d730e5 (patch)
tree1c2a924ce47203cad8ef55567c257f3f665defa3 /host/lib
parent1957979fdc3bc18b93a04e74a4efbaacbc6991cf (diff)
downloaduhd-b2c847acb2c2913d3a2a73e3da863a3ee0d730e5.tar.gz
uhd-b2c847acb2c2913d3a2a73e3da863a3ee0d730e5.tar.bz2
uhd-b2c847acb2c2913d3a2a73e3da863a3ee0d730e5.zip
x300: added missing included necessary in Boost 1.46
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/x300/x300_impl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp
index 3a50f7ea0..5b202aba9 100644
--- a/host/lib/usrp/x300/x300_impl.cpp
+++ b/host/lib/usrp/x300/x300_impl.cpp
@@ -29,6 +29,7 @@
#include <uhd/transport/if_addrs.hpp>
#include <boost/foreach.hpp>
#include <boost/bind.hpp>
+#include <boost/make_shared.hpp>
#include <boost/functional/hash.hpp>
#include <boost/assign/list_of.hpp>
#include <fstream>