diff options
Diffstat (limited to 'host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp b/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp index 6f1c264dd..b8d0c9ef4 100644 --- a/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp +++ b/host/lib/include/uhdlib/rfnoc/chdr_packet_writer.hpp @@ -6,9 +6,10 @@ #pragma once +#include <uhd/rfnoc/chdr_types.hpp> +#include <uhd/rfnoc/constants.hpp> #include <uhd/types/endianness.hpp> #include <uhd/utils/byteswap.hpp> -#include <uhdlib/rfnoc/chdr_types.hpp> #include <limits> namespace uhd { namespace rfnoc { namespace chdr { |