From 82da456a7fa94fd89416cbe1157a910c299114f4 Mon Sep 17 00:00:00 2001 From: Rob Riggs Date: Sun, 20 Jun 2021 20:28:40 -0500 Subject: [PATCH] Add missing include files. --- TNC/Goertzel.h | 1 + TNC/Golay24.cpp | 3 +++ 2 files changed, 4 insertions(+) diff --git a/TNC/Goertzel.h b/TNC/Goertzel.h index db0879d..d7e1fe7 100644 --- a/TNC/Goertzel.h +++ b/TNC/Goertzel.h @@ -7,6 +7,7 @@ #include #include #include +#include namespace mobilinkd { namespace tnc { diff --git a/TNC/Golay24.cpp b/TNC/Golay24.cpp index 4b0d41d..f33e9d9 100644 --- a/TNC/Golay24.cpp +++ b/TNC/Golay24.cpp @@ -3,6 +3,9 @@ #include "Golay24.h" +#include +#include + namespace mobilinkd { namespace Golay24 {