Skip to content

Commit bdfc4ce

Browse files
committed
BLD: Include Python.h first in src/_path.h
1 parent 4b131a1 commit bdfc4ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_path.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#ifndef MPL_PATH_H
44
#define MPL_PATH_H
55

6+
#include <Python.h>
67
#include <limits>
78
#include <math.h>
89
#include <vector>

0 commit comments

Comments
 (0)