aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
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 */