Skip to content

Commit 480b20e

Browse files
fix compiling issue for windows
1 parent e339b35 commit 480b20e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • include/geode/stochastic/spatial/details

include/geode/stochastic/spatial/details/RTree.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// NOTE These next few lines may be win32 specific, you may need to modify them
99
// to compile on other platform
1010
#include <assert.h>
11+
#define _USE_MATH_DEFINES
1112
#include <math.h>
1213
#include <stdio.h>
1314
#include <stdlib.h>

0 commit comments

Comments
 (0)