1
1

Add missing #include; fix the build for some picky compilers.

This commit was SVN r13696.
Этот коммит содержится в:
Jeff Squyres 2007-02-17 11:54:40 +00:00
родитель 020b8ade70
Коммит 4d8ee3d1e1

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

@ -13,6 +13,7 @@
#include "ompi_config.h" #include "ompi_config.h"
#include "ompi/datatype/convertor.h" #include "ompi/datatype/convertor.h"
#include "ompi/datatype/datatype.h" #include "ompi/datatype/datatype.h"
#include "opal/util/output.h"
/** /**
* The purpose of this test is to simulate the multi-network packing and * The purpose of this test is to simulate the multi-network packing and