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.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gnu/lib/libg++/libstdc++/complex.h (limited to 'gnu/lib/libg++/libstdc++/complex.h') diff --git a/gnu/lib/libg++/libstdc++/complex.h b/gnu/lib/libg++/libstdc++/complex.h new file mode 100644 index 00000000000..554210dcffd --- /dev/null +++ b/gnu/lib/libg++/libstdc++/complex.h @@ -0,0 +1,6 @@ +// -*- C++ -*- backward compatiblity header. +// Copyright (C) 1994 Free Software Foundation + +#ifndef __COMPLEX_H__ +#include +#endif -- cgit