mpi: rop_types: add missing header guards

This commit is contained in:
Christian Zimmermann 2024-09-21 17:08:17 +02:00
parent 8b093baa8e
commit bb915dc8a8

View file

@ -1,4 +1,7 @@
#ifndef __cxz_mpi_rop_types_cc_h__
#define __cxz_mpi_rop_types_cc_h__
#include "rop_types.h"
namespace CNORXZ
@ -152,3 +155,5 @@ namespace CNORXZ
*/
} // namespace mpi
} // namespace CNORXZ
#endif