diff options
| author | Tomasz Boczkowski <penginsbacon@gmail.com> | 2015-04-25 10:43:29 +0000 |
|---|---|---|
| committer | Tomasz Boczkowski <penginsbacon@gmail.com> | 2015-04-25 10:43:29 +0000 |
| commit | bfeda758bf9e43fb07e4fb5cc12b4185d074a375 (patch) | |
| tree | 0302fd193cd8765d1af6e815ad689b3fedcf8333 /src/widgets/sp-color-notebook.cpp | |
| parent | extensions. ink2canvas.py - do not parse html comments. (Bug 1446204) (diff) | |
| parent | SPColorSlider c++-sification: remove unnecessary reference to Gtk::Adjustment (diff) | |
| download | inkscape-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.cpp | 4 |
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> |
