aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-11-04 17:42:46 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2022-06-10 13:24:03 -0500
commit02d2f71c3897c638dcc0d17943938ba03e961ac2 (patch)
treeafcc7156ced52f1b46960b3f8b855c6812f510fa /host/lib
parent04d14cd76180fd760765563555cab2b74a48f16d (diff)
downloaduhd-02d2f71c3897c638dcc0d17943938ba03e961ac2.tar.gz
uhd-02d2f71c3897c638dcc0d17943938ba03e961ac2.tar.bz2
uhd-02d2f71c3897c638dcc0d17943938ba03e961ac2.zip
lib: Add missing include to offload_io_service_client.hpp
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/include/uhdlib/transport/offload_io_service_client.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/transport/offload_io_service_client.hpp b/host/lib/include/uhdlib/transport/offload_io_service_client.hpp
index 775a5bfaf..a61c095a8 100644
--- a/host/lib/include/uhdlib/transport/offload_io_service_client.hpp
+++ b/host/lib/include/uhdlib/transport/offload_io_service_client.hpp
@@ -7,6 +7,7 @@
#pragma once
#include <uhd/transport/frame_buff.hpp>
+#include <cassert>
#include <chrono>
#include <thread>