aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-01-29 12:23:50 +0100
committermichael-west <michael.west@ettus.com>2021-05-17 14:44:42 -0700
commit82e7a86e775060ae893dac4bf330ee6aeee84f53 (patch)
tree80e0a1ce01c3e99ec0d2d7ac92ea92e09b573dc8
parentpackage: Fix Python components (diff)
downloaduhd-82e7a86e775060ae893dac4bf330ee6aeee84f53.tar.xz
uhd-82e7a86e775060ae893dac4bf330ee6aeee84f53.zip
lib: Fix missing includes in rpc.hpp
-rw-r--r--host/lib/include/uhdlib/utils/rpc.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/utils/rpc.hpp b/host/lib/include/uhdlib/utils/rpc.hpp
index 066c6d144..ca0132c4a 100644
--- a/host/lib/include/uhdlib/utils/rpc.hpp
+++ b/host/lib/include/uhdlib/utils/rpc.hpp
@@ -12,7 +12,11 @@
#include <rpc/client.h>
#include <rpc/rpc_error.h>
#include <boost/format.hpp>
+#include <chrono>
#include <memory>
+#include <mutex>
+#include <string>
+#include <thread>
namespace {