ese 519 include files

Dependents:   PROJECT_3D_AUDIO COG4050_adxl355_tilt COG4050_adxl355_tilt COG4050_adxl355_tilt_4050

Revision:
0:5347612e39a3
diff -r 000000000000 -r 5347612e39a3 complextype.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/complextype.h	Tue Apr 07 21:09:51 2015 +0000
@@ -0,0 +1,13 @@
+#ifndef HAVE_COMPLEXTYPE_H__
+#define HAVE_COMPLEXTYPE_H__
+// This file is part of the FXT library.
+// Copyright (C) 2010 Joerg Arndt
+// License: GNU General Public License version 3 or later,
+// see the file COPYING.txt in the main directory.
+
+#include <complex>
+
+using std::complex;
+typedef complex<double> Complex;
+
+#endif //defined HAVE_COMPLEXTYPE_H__
\ No newline at end of file