From 45f0aec7d84ce4480b022da63346d2aee3ad6e60 Mon Sep 17 00:00:00 2001 From: Matt Demanett Date: Wed, 20 Dec 2017 01:06:13 -0500 Subject: [PATCH] Header fix for linux. --- include/dsp/samplerate.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dsp/samplerate.hpp b/include/dsp/samplerate.hpp index 623ba650..73478582 100644 --- a/include/dsp/samplerate.hpp +++ b/include/dsp/samplerate.hpp @@ -1,6 +1,7 @@ #pragma once #include +#include #include #include "frame.hpp"