Corrade/Utility/StlForwardString.h file new in 2019.10

Forward declaration for std::string.

On libc++ and libstdc++ includes a lightweight implementation-specific STL header containing just the forward declaration of std::string. On MSVC STL and other implementations where forward declaration is not possible or is unknown is equivalent to #include <string>.