From b0e9afe26c2d4cf5f9cf7451d0c9a04e1d0580cd Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 27 Aug 2015 11:10:44 -0700 Subject: [PATCH] Add missing #includes. --- firmware/baseband/block_decimator.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/baseband/block_decimator.hpp b/firmware/baseband/block_decimator.hpp index c3d323b67..dbca0ebd9 100644 --- a/firmware/baseband/block_decimator.hpp +++ b/firmware/baseband/block_decimator.hpp @@ -24,7 +24,9 @@ #include #include +#include +#include "dsp_types.hpp" #include "complex.hpp" template