summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2015-12-27 18:35:20 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2015-12-27 18:35:20 +0000
commitb9e569809a4e82a5593c114c5839ae060c220b67 (patch)
tree6c132f561116308d61f7501483418e17378dadd9 /src/widgets/gradient-selector.cpp
parentRevert hard Harfbuzz dependency for Windows. Not yet in Devlibs. (diff)
downloadinkscape-b9e569809a4e82a5593c114c5839ae060c220b67.tar.gz
inkscape-b9e569809a4e82a5593c114c5839ae060c220b67.zip
Revert Pango/Harfbuzz fixes. Needs work
(bzr r14552)
Diffstat (limited to 'src/widgets/gradient-selector.cpp')
-rw-r--r--src/widgets/gradient-selector.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/gradient-selector.cpp b/src/widgets/gradient-selector.cpp
index 604ecd108..63599f3f9 100644
--- a/src/widgets/gradient-selector.cpp
+++ b/src/widgets/gradient-selector.cpp
@@ -17,6 +17,10 @@
# include "config.h"
#endif
+#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H
+#include <glibmm/threads.h>
+#endif
+
#include <gtkmm/treeview.h>
#include "gradient-vector.h"