pothosware / SoapyUHD

Soapy SDR plugins for UHD supported SDR devices
https://github.com/pothosware/SoapyUHD/wiki
GNU General Public License v3.0
55 stars 29 forks source link

UHDSoapyDevice: Add <cctype> header needed for std::isdigit. #37

Closed ryanvolz closed 4 years ago

ryanvolz commented 4 years ago

I needed this to get SoapyUHD compiling with Boost 1.74 on Windows for conda-forge (see https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=225410&view=logs&jobId=5be07ae1-d8ba-5406-47b6-8e3a3a12f825&j=5be07ae1-d8ba-5406-47b6-8e3a3a12f825&t=0bf03e01-0bec-5b85-5316-b1633322e895). Presumably some Boost change caused the header to not be pulled in through another include.