home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2GNU / LGP271B.ZIP / lang / cxx / stl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-23  |  317 b   |  16 lines

  1. // -*- C++ -*- compatibility header.
  2. // This file is part of the GNU ANSI C++ Library.
  3.  
  4. #include <algorith>
  5. #include <deque>
  6. #include <function>
  7. #include <iterator>
  8. #include <list>
  9. #include <map>
  10. #include <memory>
  11. #include <numeric>
  12. #include <set>
  13. #include <stack>
  14. #include <utility>
  15. #include <vector>
  16.