Added config and header include changes needed to support MSVC + STLport 5.0.

[SVN r30701]
This commit is contained in:
John Maddock
2005-08-27 10:25:15 +00:00
parent dd082f96c0
commit 1c9d3f7499
4 changed files with 29 additions and 8 deletions

View File

@ -25,6 +25,7 @@
#include <cstdlib>
#include <cstddef>
#include <cassert>
#include <cstdio>
#include <string>
#include <stdexcept>
#include <iterator>