r231: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 2 Dec 2000 01:29:11 +0000 (01:29 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 2 Dec 2000 01:29:11 +0000 (01:29 +0000)
ChangeLog
configure.in
include/procsignal.h

index 9509aa1ae758ac59cbd10cd37f2c9bc13ac1df43..f6d6362e49dc2306776db204d59c9c2b8f69c9db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2.0.6 - 12/02/00
+   Fixed minor compilation problem with procsignal.h
+   Updated README file
+       
 2.0.5 - 12/01/00
    Improved compilation on RedHat 7
    Changed some of ANSI C header files to C++ header files
index 286b4ccb29a19e5d81fd3b14f513147a842476bf..02c5aaba4dbf9fe30bf450c013c1d79dd1efeeba 100644 (file)
@@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout
 dnl CDPATH=
 
 AC_INIT(src/ctsim.cpp)
-AM_INIT_AUTOMAKE(ctsim,2.0.5)
+AM_INIT_AUTOMAKE(ctsim,2.0.6)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
index c4d45e44527931dcfef22c30a99f08bba5aa16cd..65bef2af34ab5c899961b59021b1fa9b870fce7f 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: procsignal.h,v 1.6 2000/11/28 14:54:07 kevin Exp $
+**  $Id: procsignal.h,v 1.7 2000/12/02 01:29:11 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
@@ -37,6 +37,8 @@
 #include <rfftw.h>
 #endif
 
+#include <complex>
+
 
 class SignalFilter;
 class SGP;