X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=src%2Fcolor-profile.h;h=2e57e7ef0221b3b813b00dca270d4df2dbabf84a;hb=8df35b40692f8f1fdd860b5ba792833b4367faa8;hp=0c4ec8e09061a959c44b17f9900238389d3f90b3;hpb=b0c6e5e8454fe7aac5e3d1db2d9319a22e371ce9;p=inkscape.git diff --git a/src/color-profile.h b/src/color-profile.h index 0c4ec8e09..2e57e7ef0 100644 --- a/src/color-profile.h +++ b/src/color-profile.h @@ -7,6 +7,7 @@ #include #include +#include #if ENABLE_LCMS #include #endif // ENABLE_LCMS @@ -32,9 +33,9 @@ struct ColorProfile : public SPObject { static GType getType(); static void classInit( ColorProfileClass *klass ); + static std::list getProfileDirs(); #if ENABLE_LCMS static cmsHPROFILE getSRGBProfile(); - static std::list getProfileDirs(); icColorSpaceSignature getColorSpace() const {return _profileSpace;} icProfileClassSignature getProfileClass() const {return _profileClass;}