Skip to content
Snippets Groups Projects
Commit 94549be6 authored by Marco Berzborn's avatar Marco Berzborn
Browse files

include missing math.h

parent f04752e0
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
#include <cassert>
#include <samplerate.h>
#include <math.h>
CITAAudioSample::CITAAudioSample( const float fSampleRate )
: m_fSampleRate( fSampleRate )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment