Skip to content

Commit

Permalink
Re-apply @jef-n warning fix in the poly2tri library
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and github-actions[bot] committed Nov 16, 2021
1 parent 56888bd commit e3b5c63
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 e3b5c63

Please sign in to comment.