diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-09-12 22:26:57 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-09-12 22:26:57 +0000 |
commit | 494a07a361fe4ee0e54f77468a976b1a77818770 (patch) | |
tree | b784b32b2a29e379c6ae5947cdcdcdaadde72b5e /include/dspi | |
parent | 9f8757ccf742d984bd1c1a5d1e5906e9fd50784e (diff) |
creb 0.9.0
svn path=/trunk/externals/creb/; revision=956
Diffstat (limited to 'include/dspi')
-rw-r--r-- | include/dspi/DSPIcomplex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dspi/DSPIcomplex.h b/include/dspi/DSPIcomplex.h index c0e2d63..ad3e041 100644 --- a/include/dspi/DSPIcomplex.h +++ b/include/dspi/DSPIcomplex.h @@ -22,7 +22,7 @@ #define DSPIcomplex_h #include <math.h> -#include <iostream.h> +#include <iostream> class DSPIcomplex { |