mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
made gcc happy
This commit is contained in:
parent
3112e07854
commit
459ef628c5
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Copyright 2021 Ahmet Inan <inan@aicodix.de>
|
|||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <cmath>
|
||||
namespace DSP { using std::abs; using std::min; using std::cos; using std::sin; }
|
||||
#include "bip_buffer.hh"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Copyright 2021 Ahmet Inan <inan@aicodix.de>
|
|||
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <cmath>
|
||||
#include "xorshift.hh"
|
||||
#include "complex.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue