Salome HOME
Merge branch 'occ/24009'
[tools/medcoupling.git] / src / ParaMEDMEM / ParaIdType.hxx
index 0af513250852e74ca8796d7065cac582183eb722..5ddd0d5a4c95ab907c3f11031a5bb208224aee81 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#ifndef __ParaIdType_HXX__
-#define __ParaIdType_HXX__
+#pragma once
 
 #include <mpi.h>
 
+#include "MEDCoupling_version.h"
+
 #ifndef MEDCOUPLING_USE_64BIT_IDS
 #define MPI_ID_TYPE MPI_INT
 #else
 #define MPI_ID_TYPE MPI_LONG
 #endif
-
-#endif