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

Added missing standard libraries (string, stdint e.t.c.) to .cpp and header files #296

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

alexisyslau
Copy link
Collaborator

The current setup works with older compiler versions (see the conversation in #293) but with newer versions, the compilation will fail because some standard libraries were missing in .cpp and header files.

Changes I made
Add standard libraries in .cpp and .h files which will need them. @ehpor please check if there were too many redundancies because I added libs even though it was added to header files.

Copy link
Collaborator

@ehpor ehpor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just two whitespace issues, which should take like a minute to fix.

@alexisyslau alexisyslau force-pushed the bugfix/include_standard_library branch from 0995025 to d0f6898 Compare March 12, 2025 03:15
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.

2 participants