Hello
Did you check the Compiler_HC12.pdf manual?
There is a section named Known C++ Issues in the HC(S)12 Compilers in the Appendices.
Table E.1 Unimplemented Header Files lists all the C++ header files that are not available and vector is listed there.
CrasyCat