summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-notebook.cpp
diff options
context:
space:
mode:
authorTomasz Boczkowski <penginsbacon@gmail.com>2015-04-25 10:43:29 +0000
committerTomasz Boczkowski <penginsbacon@gmail.com>2015-04-25 10:43:29 +0000
commitbfeda758bf9e43fb07e4fb5cc12b4185d074a375 (patch)
tree0302fd193cd8765d1af6e815ad689b3fedcf8333 /src/widgets/sp-color-notebook.cpp
parentextensions. ink2canvas.py - do not parse html comments. (Bug 1446204) (diff)
parentSPColorSlider c++-sification: remove unnecessary reference to Gtk::Adjustment (diff)
downloadinkscape-bfeda758bf9e43fb07e4fb5cc12b4185d074a375.tar.gz
inkscape-bfeda758bf9e43fb07e4fb5cc12b4185d074a375.zip
merged SPColorSlider c++-sification from svgpaints branch
(bzr r14059.1.1)
Diffstat (limited to 'src/widgets/sp-color-notebook.cpp')
-rw-r--r--src/widgets/sp-color-notebook.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/sp-color-notebook.cpp b/src/widgets/sp-color-notebook.cpp
index c7fa96efd..b9a8d3475 100644
--- a/src/widgets/sp-color-notebook.cpp
+++ b/src/widgets/sp-color-notebook.cpp
@@ -17,6 +17,10 @@
# include "config.h"
#endif
+#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H
+#include <glibmm/threads.h>
+#endif
+
#include "widgets/icon.h"
#include <cstring>
#include <string>