diff options
Diffstat (limited to 'libg++/libstdc++/set')
-rw-r--r-- | libg++/libstdc++/set | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/set b/libg++/libstdc++/set new file mode 100644 index 0000000..0353285 --- /dev/null +++ b/libg++/libstdc++/set @@ -0,0 +1,7 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __SET__ +#define __SET__ +#include <set.h> +#endif |