Corrade/Utility/StlForwardVector.h file new in 2019.10

Forward declaration for std::vector.

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