Salome HOME
On the fly
[tools/medcoupling.git] / src / MEDLoader / MEDFileEquivalence.hxx
index 050159890f43085d5dbe6cdd6439ec69a1e9bd82..a81a6f6613c78c224316516cffc0652c720e1190 100644 (file)
 #include "MEDLoaderDefines.hxx"
 #include "MEDCouplingRefCountObject.hxx"
 #include "MEDCouplingMemArray.hxx"
-#include "MEDFileUtilities.hxx"
+#include "MEDFileUtilities.txx"
 #include "MCAuto.hxx"
 
+#include "NormalizedGeometricTypes"
+
 #include <vector>
 
 namespace MEDCoupling
@@ -96,7 +98,7 @@ namespace MEDCoupling
     MEDLOADER_EXPORT void killEquivalenceAt(int i);
     MEDLOADER_EXPORT void clear();
   public:
-    void writeLL(med_idt fid) const;
+    MEDLOADER_EXPORT void writeLL(med_idt fid) const;
     static int PresenceOfEquivalences(med_idt fid, const std::string& meshName);
     static MEDFileEquivalences *Load(med_idt fid, int nbOfEq, MEDFileMesh *owner);
     static void CheckDataArray(const DataArrayInt *data);