Merge pull request #48 from JuliaLang/cpack

Fix missing includes
This commit is contained in:
Viral B. Shah 2014-03-31 09:00:43 +05:30
commit 86a18e4f2e
3 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <complex.h>
#include "openlibm.h"
#include "math_private.h"
DLLEXPORT double complex

View file

@ -28,6 +28,7 @@
#include <complex.h>
#include "openlibm.h"
#include "math_private.h"
DLLEXPORT float complex

View file

@ -28,6 +28,7 @@
#include <complex.h>
#include "openlibm.h"
#include "math_private.h"
DLLEXPORT long double complex