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