aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2016-02-04 16:50:07 -0800
committerAshish Chaudhari <ashish@ettus.com>2016-02-04 16:50:07 -0800
commit502d952a085c7940945f7ec406db3a46df5c8311 (patch)
treef910be6acb2f48d24e55a03984fafa9cd3141514 /host
parented8391caea7798ec7c5ce5a02e42c477d92984e8 (diff)
downloaduhd-502d952a085c7940945f7ec406db3a46df5c8311.tar.gz
uhd-502d952a085c7940945f7ec406db3a46df5c8311.tar.bz2
uhd-502d952a085c7940945f7ec406db3a46df5c8311.zip
Grab (u)intptr_t from the global namespace
- Boost only added it to it's namespace starting 1.55
Diffstat (limited to 'host')
-rw-r--r--host/include/uhd/types/stdint.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/types/stdint.hpp b/host/include/uhd/types/stdint.hpp
index cccb6b157..164ebc807 100644
--- a/host/include/uhd/types/stdint.hpp
+++ b/host/include/uhd/types/stdint.hpp
@@ -47,7 +47,7 @@ using boost::uint_fast32_t;
using boost::int_fast64_t;
using boost::uint_fast64_t;
-using boost::intptr_t;
-using boost::uintptr_t;
+using ::intptr_t;
+using ::uintptr_t;
#endif /* INCLUDED_UHD_TYPES_STDINT_HPP */