aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/stl.h
blob: 4b270742c9cfb34883c5a9c30baab525ef95bfe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>