summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-03-05 22:44:33 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-03-05 22:44:33 +0000
commit378a6384e55bdb8c5750c051fd91302f64d2b69a (patch)
treed78d65188aeda19ebf39240d7272f1c6ec64ce6c /src/color-profile.cpp
parentUnordered containers build fix for Windows (diff)
downloadinkscape-378a6384e55bdb8c5750c051fd91302f64d2b69a.tar.gz
inkscape-378a6384e55bdb8c5750c051fd91302f64d2b69a.zip
Patch from Fridrich - LP #520532
Fixed bugs: - https://launchpad.net/bugs/520532 (bzr r9149)
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 310a37356..43709793c 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -35,7 +35,7 @@
#include "dom/util/digest.h"
#ifdef WIN32
-#include <Icm.h>
+#include <icm.h>
#endif // WIN32
using Inkscape::ColorProfile;