mpi: rop_types: add missing header guards
This commit is contained in:
parent
8b093baa8e
commit
bb915dc8a8
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
|
|
||||||
|
#ifndef __cxz_mpi_rop_types_cc_h__
|
||||||
|
#define __cxz_mpi_rop_types_cc_h__
|
||||||
|
|
||||||
#include "rop_types.h"
|
#include "rop_types.h"
|
||||||
|
|
||||||
namespace CNORXZ
|
namespace CNORXZ
|
||||||
|
@ -152,3 +155,5 @@ namespace CNORXZ
|
||||||
*/
|
*/
|
||||||
} // namespace mpi
|
} // namespace mpi
|
||||||
} // namespace CNORXZ
|
} // namespace CNORXZ
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue