]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/Alert_pimpl.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / Alert_pimpl.C
index 8372e41ca77e7c8d1d5c070ec3d8ecf6ebc7f894..00f9c433e2c63d3e4329387ce590f8312b235149 100644 (file)
@@ -9,11 +9,17 @@
  */
 
 #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 "frontends/Alert.h"
 #include "frontends/Alert_pimpl.h"
 
+#include <gtkmm.h>
+
 using std::string;