Browse Source

use quotes not angle brackets

David Rose 18 years ago
parent
commit
666f897031
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/mathutil/fftCompressor.cxx

+ 1 - 1
panda/src/mathutil/fftCompressor.cxx

@@ -34,7 +34,7 @@
 #ifdef howmany
 #undef howmany
 #endif
-#include <rfftw.h>
+#include "rfftw.h"
 
 // These FFTW support objects can only be defined if we actually have
 // the FFTW library available.