From 459ef628c5d86ccd39d1518e363a77f2a0ade905 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Fri, 1 Mar 2024 09:06:00 +0100 Subject: [PATCH] made gcc happy --- decode.cc | 1 + encode.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/decode.cc b/decode.cc index 56d98fd..63d38bc 100644 --- a/decode.cc +++ b/decode.cc @@ -7,6 +7,7 @@ Copyright 2021 Ahmet Inan #include #include #include +#include #include namespace DSP { using std::abs; using std::min; using std::cos; using std::sin; } #include "bip_buffer.hh" diff --git a/encode.cc b/encode.cc index 7ffc42f..98afa70 100644 --- a/encode.cc +++ b/encode.cc @@ -6,6 +6,7 @@ Copyright 2021 Ahmet Inan #include #include +#include #include #include "xorshift.hh" #include "complex.hh"