From 9809f36fb38d25d8ce604654d3ab4a22c273c8d1 Mon Sep 17 00:00:00 2001 From: lim Date: Fri, 4 May 2012 19:03:23 +0000 Subject: lim fixed NPY_NAN not found compilation error on math_util.c git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@16606 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 06995f68e46a9146a8f23c0ae4a51083867438fe --- src/math_util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/math_util.c') diff --git a/src/math_util.c b/src/math_util.c index f67bea5..32c2914 100644 --- a/src/math_util.c +++ b/src/math_util.c @@ -4,6 +4,8 @@ #include "numpy/npy_3kcompat.h" +#include "numpy/npy_math.h" + /* ***************************************************************************** ** BASICS ** -- cgit