From cd1f64b9415a0e3ff18a59da83f0fb6b9d998af0 Mon Sep 17 00:00:00 2001 From: Mike Dubman Date: Wed, 7 May 2014 11:53:18 +0000 Subject: [PATCH] OSHMEM: Adding missing include for OSHMEM changes necessary to support Java bindings fixed by Roman, reviewed by Mike This commit was SVN r31672. --- oshmem/include/pshmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oshmem/include/pshmem.h b/oshmem/include/pshmem.h index b46843e0e0..5ef917ec84 100644 --- a/oshmem/include/pshmem.h +++ b/oshmem/include/pshmem.h @@ -14,7 +14,7 @@ #include /* include for ptrdiff_t */ - +#include /* include for fixed width types */ #if defined(c_plusplus) || defined(__cplusplus) # include # define OSHMEM_COMPLEX_TYPE(type) std::complex