Skip to content

Commit

Permalink
Added USE_MATH_DEFINES
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardodoria committed Oct 28, 2024
1 parent 64f63f6 commit e08cb42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/core/math/Sphere.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "Sphere.h"

#define _USE_MATH_DEFINES
#include <cmath>

#include "Plane.h"
#include "AABB.h"

Expand Down

0 comments on commit e08cb42

Please sign in to comment.