From 06d8aaba21496e6a39a7c18dd82e0d3efbeb531c Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 31 Jan 2008 19:06:59 +0000 Subject: Applying fixes for gcc 4.3 build issues (closes LP: #169115) (bzr r4629) --- src/widgets/sp-color-notebook.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/widgets/sp-color-notebook.cpp') diff --git a/src/widgets/sp-color-notebook.cpp b/src/widgets/sp-color-notebook.cpp index b7ec3eb2c..cbb7faadb 100644 --- a/src/widgets/sp-color-notebook.cpp +++ b/src/widgets/sp-color-notebook.cpp @@ -18,15 +18,17 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include -#include + +#include +#include +#include #include #include + #include "../dialogs/dialog-events.h" #include "../prefs-utils.h" #include "sp-color-notebook.h" #include "spw-utilities.h" - #include "sp-color-scales.h" #include "sp-color-wheel-selector.h" #include "sp-color-icc-selector.h" -- cgit v1.2.3