mirror of https://github.com/mosra/magnum.git
Browse Source
As the CI only uses Linux to test non-deprecated builds, this was unfortunately not caught -- there std::string is forward-declared in <iosfwd>, which is included by Debug.h, which is transitively included by Pointer. On MSVC however a full <string> has to be included always. Co-authored-by: EhWhoAmI <zyunlam@gmail.com>pull/557/head
2 changed files with 12 additions and 0 deletions
Loading…
Reference in new issue