From 9353d16391a1923be32f861e9810d1f271608721 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Thu, 13 Aug 2015 11:53:04 -0700 Subject: uhd: Fixes to build with MSVC - Included list header in soft_reg header - Fixed typo in x300_impl --- host/include/uhd/utils/soft_register.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/include') diff --git a/host/include/uhd/utils/soft_register.hpp b/host/include/uhd/utils/soft_register.hpp index 6c712686a..9006ab5c7 100644 --- a/host/include/uhd/utils/soft_register.hpp +++ b/host/include/uhd/utils/soft_register.hpp @@ -29,6 +29,7 @@ #include #include #include +#include /*! \file soft_register.hpp * Utilities to access and index hardware registers. -- cgit v1.2.3