From 0b586212b156b15e31fd38c5bc3427093d636cbe Mon Sep 17 00:00:00 2001 From: mamborambo <36679886+mamborambo@users.noreply.github.com> Date: Thu, 22 Nov 2018 00:00:00 +0000 Subject: [PATCH] Add missing includes Else compilation fails --- src/amdmasync.cpp | 1 + src/dsp.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/amdmasync.cpp b/src/amdmasync.cpp index ff4d76a..fc51c53 100644 --- a/src/amdmasync.cpp +++ b/src/amdmasync.cpp @@ -22,6 +22,7 @@ This program is free software: you can redistribute it and/or modify #include #include #include +#include amdmasync::amdmasync(uint64_t TuneFrequency,uint32_t SR,int Channel,uint32_t FifoSize):bufferdma(Channel,FifoSize,3,2) diff --git a/src/dsp.cpp b/src/dsp.cpp index 33f26f6..e6ff654 100644 --- a/src/dsp.cpp +++ b/src/dsp.cpp @@ -17,6 +17,7 @@ This program is free software: you can redistribute it and/or modify #include "dsp.h" +#include dsp::dsp() {