Fixed import of complex.h for compatibility with C++

dev-openmp^2 v3.9.0-rc3
Fabio Durastante 10 months ago
parent 465f97ecbc
commit a2160b7ba0

@ -6,7 +6,11 @@ extern "C" {
#endif
#include <float.h>
#ifdef __cplusplus
#include <complex>
#else
#include <complex.h>
#endif
#include <stdint.h>
#include <stddef.h>
#include <stdlib.h>

Loading…
Cancel
Save