X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Ffilter.h;h=6ad776792158c2f4d6d7604268a39f2baa4a67fd;hp=4a25b5bcd6eee6a91eca50a4407dcf33af30cb1b;hb=ab4a3ba2c1ba9672136b5022897f81fc55d03493;hpb=861c2186ce387ce809882315a8f26d640f1844fc diff --git a/include/filter.h b/include/filter.h index 4a25b5b..6ad7767 100644 --- a/include/filter.h +++ b/include/filter.h @@ -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 @@ -29,6 +29,17 @@ #define FILTER_H +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifdef HAVE_FFTW +#include +#include +#endif + +#include + + class SignalFilter { public: