From a59b9c381a81443165bfcdc212f5ee190d2f7f28 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 17 Jan 2017 22:55:35 -0800 Subject: [PATCH] host: fix include with newer uhd Added explicit include of #include The uhd header wb_iface.hpp has moved from boost cstdint to regular stdint.h and thus is lacking the boost include. --- host/umtrx_fifo_ctrl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/host/umtrx_fifo_ctrl.hpp b/host/umtrx_fifo_ctrl.hpp index 49721a41..3da45254 100644 --- a/host/umtrx_fifo_ctrl.hpp +++ b/host/umtrx_fifo_ctrl.hpp @@ -23,6 +23,7 @@ #include #include #include +#include #include #include