From 502d952a085c7940945f7ec406db3a46df5c8311 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Thu, 4 Feb 2016 16:50:07 -0800 Subject: Grab (u)intptr_t from the global namespace - Boost only added it to it's namespace starting 1.55 --- host/include/uhd/types/stdint.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') 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 */ -- cgit v1.2.3