diff src/dsp/SincWindow.h @ 179:433e3aac9e52

Add pi.h. Let's stop messing around with platform-specific defines
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 07 Sep 2015 12:01:14 +0100
parents a38d6940f8fb
children
line wrap: on
line diff
--- a/src/dsp/SincWindow.h	Fri Jul 17 15:49:42 2015 +0100
+++ b/src/dsp/SincWindow.h	Mon Sep 07 12:01:14 2015 +0100
@@ -34,6 +34,8 @@
 
 #include <vector>
 
+#include "pi.h"
+
 /**
  * A window containing values of the sinc function, i.e. sin(x)/x with
  * sinc(0) == 1, with x == 0 at the centre.