1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Add header to avoid compilation failure on Linux

This commit is contained in:
Jon Beniston 2020-10-25 19:58:32 +00:00
parent d8ae6fc765
commit 035a0ab2cb

View File

@ -22,6 +22,7 @@
#include <cstring> #include <cstring>
#include <cmath> #include <cmath>
#include <regex> #include <regex>
#include <thread>
#include <uhd/types/device_addr.hpp> #include <uhd/types/device_addr.hpp>