From: Anthony GEAY Date: Sun, 11 Oct 2020 05:36:38 +0000 (+0200) Subject: Fix error on int64 config due to bf521630bd93aec8 commit X-Git-Tag: V9_6_0b1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8d769a6564b38cba03cb5ee2a909243c818884e0;p=tools%2Fmedcoupling.git Fix error on int64 config due to bf521630bd93aec8 commit --- diff --git a/src/ParaMEDMEM/ParaIdType.hxx b/src/ParaMEDMEM/ParaIdType.hxx index 0af513250..554ad9ab1 100644 --- a/src/ParaMEDMEM/ParaIdType.hxx +++ b/src/ParaMEDMEM/ParaIdType.hxx @@ -17,15 +17,14 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -#ifndef __ParaIdType_HXX__ -#define __ParaIdType_HXX__ +#pragma once #include +#include "MEDCoupling_version.h" + #ifndef MEDCOUPLING_USE_64BIT_IDS #define MPI_ID_TYPE MPI_INT #else #define MPI_ID_TYPE MPI_LONG #endif - -#endif