From f6d5d61479d9cf0a166fd96a7a20ffbaba6ee323 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 21 Oct 2008 04:08:42 +0000 Subject: [PATCH] add missing include --- panda/src/mathutil/fftCompressor.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/mathutil/fftCompressor.cxx b/panda/src/mathutil/fftCompressor.cxx index 5cce5ae484..fe5fe89b35 100644 --- a/panda/src/mathutil/fftCompressor.cxx +++ b/panda/src/mathutil/fftCompressor.cxx @@ -19,6 +19,7 @@ #include "datagram.h" #include "datagramIterator.h" #include "compose_matrix.h" +#include "pmap.h" #include #ifdef HAVE_FFTW