Add missing STL #includes.
commit32476c1cdeef1e5982684529245ff1ba8ee9940d
authorJohannes Sixt <j6t@kdbg.org>
Fri, 26 Dec 2008 20:37:25 +0000 (26 21:37 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 31 Dec 2008 14:09:23 +0000 (31 15:09 +0100)
tree374763cc28a4e583152aa3ac529c7b9df471611b
parent0cc7a6e1e1de9ea857d4a9adbcf8ac0571c6ee36
Add missing STL #includes.

We are using std::transform() and std::find() from <algorithm> and
std::inserter() from <iterator>.
kdbg/typetable.cpp
kdbg/winstack.cpp