Include the special header <stl.h>
to effectively include all the standard headers that constitute the
Standard
Template Library (STL) and hoist their names outside the
std namespace.
The header also defines macro names that redefine
the STL container template classes
to match their more traditional definitions.