aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/stl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/stl.h')
-rw-r--r--libstdc++/stl.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libstdc++/stl.h b/libstdc++/stl.h
new file mode 100644
index 00000000000..4b270742c9c
--- /dev/null
+++ b/libstdc++/stl.h
@@ -0,0 +1,15 @@
+// -*- C++ -*- compatibility header.
+// This file is part of the GNU ANSI C++ Library.
+
+#include <algorithm>
+#include <deque>
+#include <functional>
+#include <iterator>
+#include <list>
+#include <map>
+#include <memory>
+#include <numeric>
+#include <set>
+#include <stack>
+#include <utility>
+#include <vector>