summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-08-01 18:40:44 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-08-01 18:40:44 +0000
commitd52b95e344fc6513a0e38e2ff2ba0f3de9578b79 (patch)
tree8f15253d9ae1f4c7841e9dc6ee5ca55838482223 /src/color-profile.cpp
parentFixed Windows compile bug. (diff)
parentFix build error (diff)
downloadinkscape-d52b95e344fc6513a0e38e2ff2ba0f3de9578b79.tar.gz
inkscape-d52b95e344fc6513a0e38e2ff2ba0f3de9578b79.zip
Merge from trunk.
(bzr r12380.1.57)
Diffstat (limited to 'src/color-profile.cpp')
-rw-r--r--src/color-profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp
index 918fc79d4..01e6d7062 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -4,8 +4,8 @@
#define noDEBUG_LCMS
-#include <glibmm/checksum.h>
#include <gdkmm/color.h>
+#include <glibmm/checksum.h>
#include <glib/gstdio.h>
#include <fcntl.h>
#include <glib/gi18n.h>