r155: *** empty log message ***
[ctsim.git] / include / filter.h
index 4a25b5bcd6eee6a91eca50a4407dcf33af30cb1b..6ad776792158c2f4d6d7604268a39f2baa4a67fd 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: filter.h,v 1.13 2000/07/11 10:32:44 kevin Exp $
+**  $Id: filter.h,v 1.14 2000/07/19 04:33:27 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 #define FILTER_H
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#ifdef HAVE_FFTW
+#include <fftw.h>
+#include <rfftw.h>
+#endif
+
+#include <complex>
+
+
 class SignalFilter {
  public: