]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GUrl.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GUrl.C
index 3a564e83d2401d9f9af877e1403fc3dea197466f..dc0587d5546a36728a37a1f1cdcada4eea49ffe3 100644 (file)
@@ -9,15 +9,21 @@
  */
 
 #include <config.h>
-#include <gtkmm.h>
 
-#include <libglademm.h>
+// Too hard to make concept checks work with this file
+#ifdef _GLIBCPP_CONCEPT_CHECKS
+#undef _GLIBCPP_CONCEPT_CHECKS
+#endif
 
 #include "ControlCommand.h"
 #include "GUrl.h"
 #include "ghelpers.h"
+
 #include "support/lstrings.h"
 
+#include <gtkmm.h>
+#include <libglademm.h>
+
 using std::string;
 
 namespace lyx {