Skip to content

Commit 620310a

Browse files
committed
Add missing cmath include for macOS/Clang
1 parent 746e34a commit 620310a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ProjectMWrapper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
#include <SDL2/SDL_opengl.h>
1313

14+
#include <cmath>
15+
1416
const char* ProjectMWrapper::name() const
1517
{
1618
return "ProjectM Wrapper";

0 commit comments

Comments
 (0)