Index: /issm/branches/trunk-larour-SLPS2022/src/c/classes/FemModel.h
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/c/classes/FemModel.h	(revision 27216)
+++ /issm/branches/trunk-larour-SLPS2022/src/c/classes/FemModel.h	(revision 27217)
@@ -21,4 +21,5 @@
 class Profiler;
 class Elements;
+class IoModel;
 #if defined(_HAVE_NEOPZ_) && !defined(_HAVE_AD_)
 #include "./AmrNeopz.h"
Index: /issm/branches/trunk-larour-SLPS2022/src/c/modules/MmeToInputx/MmeToInputx.cpp
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/c/modules/MmeToInputx/MmeToInputx.cpp	(revision 27216)
+++ /issm/branches/trunk-larour-SLPS2022/src/c/modules/MmeToInputx/MmeToInputx.cpp	(revision 27217)
@@ -3,6 +3,10 @@
  */
 
+#include "../../shared/shared.h"
+#include "../../toolkits/toolkits.h"
+#include "../../classes/Inputs/TransientInput.h"
+#include "../../classes/Inputs/DatasetInput.h"
+#include "../../classes/Inputs/TriaInput.h"
 #include "./MmeToInputx.h"
-#include "../MmeToInputFromIdx/MmeToInputFromIdx.h"
 
 void  MmeToInputx(FemModel* femmodel,IssmDouble* distributed_values,IssmDouble* variable_partition,int npart,int rootenum, int interpolationenum){ 
