]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GPainter.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GPainter.C
index 9e094234015e60a7cbff1e61f4718e4c39447aa0..7b87fc1cc4804b94ee84cf5bdf0c4b35a7463b18 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 "GPainter.h"
 #include "debug.h"
 
 #include "support/lstrings.h"
 
-#include <boost/scoped_array.hpp>
+#include <gtkmm.h>
+#include <gdk/gdkx.h>
 
 #include <X11/Xft/Xft.h>
 
+#include <boost/scoped_array.hpp>
+
 #include <cmath>
 
 using std::string;