Open ghost opened 7 years ago
Hi,
With UHD 3.10.2 PyBOMBS compilation fails due to a wrong uhd included header. To solve the issue, it is enough to replace line 20 of specrec.cpp with #include <uhd/utils/thread_priority.hpp>
#include <uhd/utils/thread_priority.hpp>
Hi,
With UHD 3.10.2 PyBOMBS compilation fails due to a wrong uhd included header. To solve the issue, it is enough to replace line 20 of specrec.cpp with
#include <uhd/utils/thread_priority.hpp>