diff --git a/setup.py b/setup.py index 0ea793f..bd93485 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ sources=[ 'utils/libmise/mise.pyx' ], + include_dirs=[numpy_include_dir] ) @@ -46,4 +47,4 @@ cmdclass={ 'build_ext': BuildExtension } -) \ No newline at end of file +)