]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GScreen.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GScreen.C
index 1e8a199fc3747b3b5fa9ae583a003e26f5c58579..2bd933637ac0f218fd26e918330927aa52560e91 100644 (file)
@@ -9,7 +9,11 @@
  */
 
 #include <config.h>
-#include <gtkmm.h>
+
+// Too hard to make concept checks work with this file
+#ifdef _GLIBCPP_CONCEPT_CHECKS
+#undef _GLIBCPP_CONCEPT_CHECKS
+#endif
 
 #include "GScreen.h"