Fix the trunk so it will compile.
Note: this does -not- fix the compiler warnings, but just fixes the missing includes so the trunk will build again. This commit was SVN r20381.
Этот коммит содержится в:
родитель
2d4a668540
Коммит
25b25aef41
@ -13,6 +13,10 @@
|
||||
#ifndef DATATYPE_PACK_H_HAS_BEEN_INCLUDED
|
||||
#define DATATYPE_PACK_H_HAS_BEEN_INCLUDED
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include "ompi/datatype/datatype_checksum.h"
|
||||
|
||||
static inline void pack_predefined_data( ompi_convertor_t* CONVERTOR,
|
||||
dt_elem_desc_t* ELEM,
|
||||
uint32_t* COUNT,
|
||||
|
@ -13,6 +13,10 @@
|
||||
#ifndef DATATYPE_UNPACK_H_HAS_BEEN_INCLUDED
|
||||
#define DATATYPE_UNPACK_H_HAS_BEEN_INCLUDED
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include "ompi/datatype/datatype_checksum.h"
|
||||
|
||||
static inline void unpack_predefined_data( ompi_convertor_t* CONVERTOR, /* the convertor */
|
||||
dt_elem_desc_t* ELEM, /* the element description */
|
||||
uint32_t* COUNT, /* the number of elements */
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user