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
1 changed files with 1 additions and 0 deletions

View File

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