Skip to content

Commit

Permalink
Add missing cmath include for macOS/Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
kblaschke committed Apr 8, 2024
1 parent 746e34a commit 620310a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ProjectMWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#include <SDL2/SDL_opengl.h>

#include <cmath>

const char* ProjectMWrapper::name() const
{
return "ProjectM Wrapper";
Expand Down

0 comments on commit 620310a

Please sign in to comment.