Compilation failure due to missing header
hsdk123 opened this issue · 2 comments
hsdk123 commented
Posting here as well to track the issue.
In file included from C:/Users/daego/Desktop/Projects/Light.vn-core/_deps/magnum/09ec007dcdf254550026d6b8f1a7dfd74874e1e9/src/Magnum/Text/AbstractGlyphCache.cpp:27:
C:\Users\daego\Desktop\Projects\Light.vn-core\_deps\magnum\09ec007dcdf254550026d6b8f1a7dfd74874e1e9\src\Magnum\Text\AbstractGlyphCache.h(963,56): error G3A4C9BA8: no template named 'pair' in namespace 'std'
963 | CORRADE_DEPRECATED("use glyph() instead") std::pair<Vector2i, Range2Di> operator[](UnsignedInt glyphId) const;
| ~~~~~^
1 error generated.
mosra commented
Eh, sorry, I had the commit locally and just wasn't able to push until now. Fixed in 491b7bd.
hsdk123 commented
Thank you!