aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/queue
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/queue')
-rw-r--r--libstdc++/queue7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/queue b/libstdc++/queue
new file mode 100644
index 00000000000..e71ce343067
--- /dev/null
+++ b/libstdc++/queue
@@ -0,0 +1,7 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __QUEUE__
+#define __QUEUE__
+#include <stack.h>
+#endif