view constant-q-cpp/src/dsp/pi.h @ 367:1814702b0117

Build fix
author Chris Cannam
date Fri, 24 Jun 2016 14:52:07 +0100
parents 5d0a2ebb4d17
children
line wrap: on
line source

#ifndef PI_H
#define PI_H

#include <cmath>

#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif

#endif