From 5d65981ea70bd771d5b1a3e9818c5e0fae1559b5 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 9 Jul 2018 10:53:46 -0400 Subject: [PATCH] Use new resampler.hpp header --- src/VCO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VCO.cpp b/src/VCO.cpp index 692134a..77ca9c6 100644 --- a/src/VCO.cpp +++ b/src/VCO.cpp @@ -1,5 +1,5 @@ #include "Fundamental.hpp" -#include "dsp/decimator.hpp" +#include "dsp/resampler.hpp" #include "dsp/filter.hpp"