aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libg++
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-05-12 19:21:46 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-05-12 19:21:46 +0000
commit4769e93ea2b6a43fb1d5121a689bb1cabec7a5e5 (patch)
treea1cf18bb95a30bad548bec3ace90f0cfca6e7462 /gnu/lib/libg++
parent5bb4f7381728a273ffa32295ff31e0df0bf1bb29 (diff)
downloadsrc-4769e93ea2b6a43fb1d5121a689bb1cabec7a5e5.tar.gz
src-4769e93ea2b6a43fb1d5121a689bb1cabec7a5e5.zip
Add missing include
Notes
Notes: svn path=/head/; revision=8482
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 000000000000..afe2c8bcd967
--- /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