Blob Blame History Raw
Index: gmsh-4.7.0-source/Fltk/helpWindow.cpp
===================================================================
--- gmsh-4.7.0-source.orig/Fltk/helpWindow.cpp
+++ gmsh-4.7.0-source/Fltk/helpWindow.cpp
@@ -3,6 +3,12 @@
 // See the LICENSE.txt file for license information. Please report all
 // issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
 
+#include "GmshConfig.h"
+
+#if defined(HAVE_MED)
+#include <med/med.h>
+#endif
+
 #include <sstream>
 #include <algorithm>
 #include <string>
@@ -11,7 +17,6 @@
 #include <FL/Fl_Check_Button.H>
 #include <FL/Fl_Input.H>
 #include <FL/Fl_Color_Chooser.H>
-#include "GmshConfig.h"
 #include "FlGui.h"
 #include "inputValue.h"
 #include "helpWindow.h"