diff options
Diffstat (limited to 'host/lib/rfnoc/radio_control_python.hpp')
-rw-r--r-- | host/lib/rfnoc/radio_control_python.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/radio_control_python.hpp b/host/lib/rfnoc/radio_control_python.hpp index f16f0b6e9..21dfcb744 100644 --- a/host/lib/rfnoc/radio_control_python.hpp +++ b/host/lib/rfnoc/radio_control_python.hpp @@ -6,8 +6,8 @@ #pragma once -#include <uhd/rfnoc/radio_control.hpp> #include "block_controller_factory_python.hpp" +#include <uhd/rfnoc/radio_control.hpp> using namespace uhd::rfnoc; |