summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libg++
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-05-12 19:21:46 +0000
committerache <ache@FreeBSD.org>1995-05-12 19:21:46 +0000
commit9c36abb627c54029251fce542ae9393faf99b96a (patch)
treea1cf18bb95a30bad548bec3ace90f0cfca6e7462 /gnu/lib/libg++
parent448bf328426c51ed5e38239bab637939785f6141 (diff)
downloadFreeBSD-src-9c36abb627c54029251fce542ae9393faf99b96a.zip
FreeBSD-src-9c36abb627c54029251fce542ae9393faf99b96a.tar.gz
Add missing include
Diffstat (limited to 'gnu/lib/libg++')
-rw-r--r--gnu/lib/libg++/include/complex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/libg++/include/complex.h b/gnu/lib/libg++/include/complex.h
new file mode 100644
index 0000000..afe2c8b
--- /dev/null
+++ b/gnu/lib/libg++/include/complex.h
@@ -0,0 +1,6 @@
+#ifndef _complex_h
+#define _complex_h
+#define __ATT_complex__
+#include <Complex.h>
+typedef class Complex complex;
+#endif
OpenPOWER on IntegriCloud