diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 21:35:18 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 21:35:18 +0000 |
commit | 5acb90c9b6be51889c37d1ff321d74c09e0e6350 (patch) | |
tree | 1cf3d19d9802c4f25728485cfa65071f3ed44457 /contrib/libg++/libstdc++/algorithm | |
parent | 9882643d0402167bc96b74ed87d9c94db53b43d2 (diff) |
Notes
Diffstat (limited to 'contrib/libg++/libstdc++/algorithm')
-rw-r--r-- | contrib/libg++/libstdc++/algorithm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libg++/libstdc++/algorithm b/contrib/libg++/libstdc++/algorithm new file mode 100644 index 000000000000..472d24166401 --- /dev/null +++ b/contrib/libg++/libstdc++/algorithm @@ -0,0 +1,7 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __ALGORITHM__ +#define __ALGORITHM__ +#include <algo.h> +#endif |