aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/tests/common/mock_transport.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/tests/common/mock_transport.hpp b/host/tests/common/mock_transport.hpp
index 33d5510a9..1f3609843 100644
--- a/host/tests/common/mock_transport.hpp
+++ b/host/tests/common/mock_transport.hpp
@@ -9,6 +9,9 @@
#include <uhd/exception.hpp>
#include <uhdlib/transport/io_service.hpp>
+// Must come before the following include to fix an issue with Boost 1.67
+#include <boost/next_prior.hpp>
+///
#include <boost/lockfree/spsc_queue.hpp>
#include <utility>