1
1

Adding missing include for OSHMEM changes necessary to support Java bindings.

This commit was SVN r31605.
Этот коммит содержится в:
Joshua Ladd 2014-05-02 16:14:05 +00:00
родитель 60c554e097
Коммит 7b97da5163

Просмотреть файл

@ -14,7 +14,7 @@
#include <stddef.h> /* include for ptrdiff_t */ #include <stddef.h> /* include for ptrdiff_t */
#include <stdint.h> /* include for fixed width types */
#if defined(c_plusplus) || defined(__cplusplus) #if defined(c_plusplus) || defined(__cplusplus)
# include <complex> # include <complex>
# define OSHMEM_COMPLEX_TYPE(type) std::complex<type> # define OSHMEM_COMPLEX_TYPE(type) std::complex<type>