ese 519 include files

Dependents:   PROJECT_3D_AUDIO COG4050_adxl355_tilt COG4050_adxl355_tilt COG4050_adxl355_tilt_4050

Committer:
niv17
Date:
Tue Apr 07 21:09:51 2015 +0000
Revision:
0:5347612e39a3
april_7 _ sonic start

Who changed what in which revision?

UserRevisionLine numberNew contents of line
niv17 0:5347612e39a3 1 #ifndef HAVE_COMPLEXTYPE_H__
niv17 0:5347612e39a3 2 #define HAVE_COMPLEXTYPE_H__
niv17 0:5347612e39a3 3 // This file is part of the FXT library.
niv17 0:5347612e39a3 4 // Copyright (C) 2010 Joerg Arndt
niv17 0:5347612e39a3 5 // License: GNU General Public License version 3 or later,
niv17 0:5347612e39a3 6 // see the file COPYING.txt in the main directory.
niv17 0:5347612e39a3 7
niv17 0:5347612e39a3 8 #include <complex>
niv17 0:5347612e39a3 9
niv17 0:5347612e39a3 10 using std::complex;
niv17 0:5347612e39a3 11 typedef complex<double> Complex;
niv17 0:5347612e39a3 12
niv17 0:5347612e39a3 13 #endif //defined HAVE_COMPLEXTYPE_H__