2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-20 17:09:47 +08:00
gcc/libstdc++/stl.h
Jason Merrill 6599da043e Initial revision
From-SVN: r14877
1997-08-21 18:57:35 -04:00

16 lines
305 B
C++

// -*- 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>