From 666f8970313f80af9e2d1e82cf5e55bad606968b Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 22 Jun 2007 12:33:47 +0000 Subject: [PATCH] use quotes not angle brackets --- panda/src/mathutil/fftCompressor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/mathutil/fftCompressor.cxx b/panda/src/mathutil/fftCompressor.cxx index 19269922a9..4ccd73bf8f 100644 --- a/panda/src/mathutil/fftCompressor.cxx +++ b/panda/src/mathutil/fftCompressor.cxx @@ -34,7 +34,7 @@ #ifdef howmany #undef howmany #endif -#include +#include "rfftw.h" // These FFTW support objects can only be defined if we actually have // the FFTW library available.