From 357744cd54478d5d74cb52cd1459eb7c26192abd Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 9 Mar 1996 00:00:51 +0000 Subject: Import of libg++-2.7.1. --- gnu/lib/libg++/libstdc++/complex | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gnu/lib/libg++/libstdc++/complex (limited to 'gnu/lib/libg++/libstdc++/complex') diff --git a/gnu/lib/libg++/libstdc++/complex b/gnu/lib/libg++/libstdc++/complex new file mode 100644 index 00000000000..17e2fe439bf --- /dev/null +++ b/gnu/lib/libg++/libstdc++/complex @@ -0,0 +1,6 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __COMPLEX__ +#include +#endif -- cgit