]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GMathDelim.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GMathDelim.C
index b58add6eebbbcef89d7782fbbd2a5f0767ecc17b..bf23037aa07191aac5a7ba94628e09993e99d3d7 100644 (file)
@@ -9,9 +9,11 @@
  */
 
 #include <config.h>
-#include <gtkmm.h>
-#include <libglademm.h>
-#include <sstream>
+
+// Too hard to make concept checks work with this file
+#ifdef _GLIBCPP_CONCEPT_CHECKS
+#undef _GLIBCPP_CONCEPT_CHECKS
+#endif
 
 #include "ControlMath.h"
 #include "GMathDelim.h"
 
 #include "support/lstrings.h"
 
+#include <libglademm.h>
+
+#include <sstream>
+
 #include "delim.xbm"
 #include "delim0.xpm"