Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly include cstdint to fix compile errors
[ 0%] Building CXX object CMakeFiles/RMLUI_LIB.dir/libs/RmlUi/Source/Core/Element.cpp.o In file included from /mnt/media/code/Unvanquished/libs/RmlUi/Source/Core/Element.cpp:52: /mnt/media/code/Unvanquished/libs/RmlUi/Source/Core/ElementStyle.h:43:6: warning: elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword 43 | enum class PseudoClassState : std::uint8_t { Clear = 0, Set = 1, Override = 2 }; | ~~~~ ^~~~~ | -----
- Loading branch information