diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-03-05 22:44:33 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-03-05 22:44:33 +0000 |
| commit | 378a6384e55bdb8c5750c051fd91302f64d2b69a (patch) | |
| tree | d78d65188aeda19ebf39240d7272f1c6ec64ce6c /src/color-profile.cpp | |
| parent | Unordered containers build fix for Windows (diff) | |
| download | inkscape-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.cpp | 2 |
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; |
