Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdfc4ce

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)