aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/set
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/set')
-rw-r--r--libstdc++/set7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/set b/libstdc++/set
new file mode 100644
index 00000000000..0353285fe50
--- /dev/null
+++ b/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