Array sinus fix

master
Lucjan Bryndza 2013-03-28 22:30:48 +01:00
rodzic af2acb4697
commit ee565a1519
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,10 @@
#ifndef DSP_ARRAY_SINUS_HPP_
#define DSP_ARRAY_SINUS_HPP_
/* ------------------------------------------------------------------------- */
#include <cstddef>
#include <limits>
#include <cmath>
/* ------------------------------------------------------------------------- */
namespace dsp {
namespace integer {
namespace _internal {