Kaynağa Gözat

Merge pull request #48 from JuliaLang/cpack

Fix missing includes
Viral B. Shah 11 yıl önce
ebeveyn
işleme
86a18e4f2e
3 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 1 0
      src/s_conj.c
  2. 1 0
      src/s_conjf.c
  3. 1 0
      src/s_conjl.c

+ 1 - 0
src/s_conj.c

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

+ 1 - 0
src/s_conjf.c

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

+ 1 - 0
src/s_conjl.c

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