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

Add missing include #2075

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Add missing include #2075

merged 1 commit into from
Aug 6, 2024

Conversation

smilediver
Copy link
Contributor

Adds missing include

@halx99
Copy link
Collaborator

halx99 commented Aug 6, 2024

for which macro ?

@rh101
Copy link
Contributor

rh101 commented Aug 6, 2024

for which macro ?

My mistake, since I moved void set(const float* array) from Vec4.cpp to Vec4.h, and it's using the GP_ASSERT macro in the body of that function. Strange that it didn't throw a compilation error in the build.

@halx99
Copy link
Collaborator

halx99 commented Aug 6, 2024

pch, I guess

@smilediver
Copy link
Contributor Author

Yup, it's for GP_ASSERT. We include individual headers, so we will catch issues like these.

@halx99 halx99 merged commit 869b413 into axmolengine:dev Aug 6, 2024
15 checks passed
@halx99 halx99 added this to the 2.1.5 milestone Aug 6, 2024
@smilediver smilediver deleted the fix_build branch August 6, 2024 12:14
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