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

Include string class in primitive.hpp #1831

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

Mathu-lmn
Copy link
Contributor

Some compilers throw an error when compiling - See : citizenfx/fivem#2763

The easy fix is to add the #include <string> as some compilers / environnement are not including it, leading to an error C2039: 'basic_string' is not a member of 'std'

Co-authored-by: Casey Carter <cartec69@gmail.com>
@CaseyCarter
Copy link
Collaborator

CaseyCarter commented Sep 3, 2024

The CI is hopelessly out-of-date, I'm going to merge this as-is. Including a standard header may correct a problem, it could never conceivably create a correctness issue.

@CaseyCarter CaseyCarter merged commit 3346e2b into ericniebler:master Sep 3, 2024
10 of 40 checks passed
@ericniebler
Copy link
Owner

The CI is hopelessly out-of-date

the situation is slightly less hopeless now. the macos and windows builds are still failing, but the rest is green.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants