Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std::isdigit required include <cctype> #330

Closed
ostropik opened this issue Feb 13, 2025 · 1 comment
Closed

std::isdigit required include <cctype> #330

ostropik opened this issue Feb 13, 2025 · 1 comment
Labels
bug Something isn't working resolved This issue has been resolved.

Comments

@ostropik
Copy link

XLSheet.cpp
The same in XLDrawing.cpp
need to add
#include <cctype> //std::isdigit

@aral-matrix
Copy link
Collaborator

Thank you for flagging this oversight! I just fixed it in d928017 - patch directly merged into master because it is currently in sync with the development-aral branch.

@aral-matrix aral-matrix added bug Something isn't working resolved This issue has been resolved. labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved This issue has been resolved.
Projects
None yet
Development

No branches or pull requests

2 participants