1
1

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.
Этот коммит содержится в:
Ralph Castain 2009-01-28 21:26:42 +00:00
родитель 2d4a668540
Коммит 25b25aef41
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -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 */