]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Bug fix: missing include.
authorabn <adrien.bruneton@cea.fr>
Mon, 27 Feb 2017 09:22:54 +0000 (10:22 +0100)
committerabn <adrien.bruneton@cea.fr>
Mon, 27 Feb 2017 09:22:54 +0000 (10:22 +0100)
src/MEDLoader/MEDFileField.hxx

index c929c534e69e1e8ee5a5a4d0801f6944427ff78f..f935d5284a443d7736d579c08a676cdd31cfcbdb 100644 (file)
@@ -33,6 +33,7 @@
 #include "MEDCouplingRefCountObject.hxx"
 #include "MEDCouplingFieldInt.hxx"
 #include "MEDCouplingMemArray.hxx"
+#include "MEDCouplingPartDefinition.hxx"
 
 #include "NormalizedUnstructuredMesh.hxx"
 #include "InterpKernelException.hxx"
@@ -142,7 +143,6 @@ namespace MEDCoupling
   class MEDFileFieldNameScope;
   class MEDFileFieldGlobsReal;
   class MEDFileFieldPerMesh;
-  class PartDefinition;
 
   class MEDFileFieldPerMeshPerTypePerDisc : public RefCountObject, public MEDFileWritable
   {