Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-apply @jef-n warning fix in the poly2tri library
  • Loading branch information
nirvn committed Nov 13, 2021
1 parent fd1d3a8 commit bc9cd26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions external/poly2tri/common/utils.h
Expand Up @@ -33,7 +33,9 @@
#define UTILS_H

// Otherwise #defines like M_PI are undeclared under Visual Studio
#ifndef _USE_MATH_DEFINES
#define _USE_MATH_DEFINES
#endif

#include "shapes.h"

Expand Down

0 comments on commit bc9cd26

Please sign in to comment.