1
1

Get the Java bindings to compile again - add missing header

Этот коммит содержится в:
Ralph Castain 2015-05-23 11:22:24 -07:00
родитель c21cd1c91e
Коммит cfd2cc49fd

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

@ -13,6 +13,7 @@
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights * Copyright (c) 2015 Los Alamos National Security, LLC. All rights
* reserved. * reserved.
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2015 Intel, Inc. All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *
* Additional copyrights may follow * Additional copyrights may follow
@ -74,6 +75,7 @@
#include "mpi.h" #include "mpi.h"
#include "ompi/errhandler/errcode.h" #include "ompi/errhandler/errcode.h"
#include "ompi/errhandler/errcode-internal.h"
#include "ompi/datatype/ompi_datatype.h" #include "ompi/datatype/ompi_datatype.h"
#include "mpi_MPI.h" #include "mpi_MPI.h"
#include "mpiJava.h" #include "mpiJava.h"