From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- tweak/Jamfile | 2 +- tweak/refine.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tweak') diff --git a/tweak/Jamfile b/tweak/Jamfile index ec5beba..c788adf 100644 --- a/tweak/Jamfile +++ b/tweak/Jamfile @@ -19,7 +19,7 @@ LINKLIBS = ../icc/libicc ../xicc/libxicc ../spectro/libinsttypes ../gamut/libgamut ../gamut/libgammap ../rspl/librspl ../cgats/libcgats ../numlib/libnum - ../plot/libplot ../plot/libvrml $(LibWin) ; + ../plot/libplot ../plot/libvrml ../numlib/libui $(LibWin) ; # Profile refiner Main refine : refine.c ; diff --git a/tweak/refine.c b/tweak/refine.c index 4d2104e..6e06882 100644 --- a/tweak/refine.c +++ b/tweak/refine.c @@ -79,6 +79,7 @@ #include "rspl.h" #include "xicc.h" #include "xicc.h" +#include "ui.h" #define COMPLOOKUP /* Compound with previous in ICM lookup rather than rspl */ #undef WARN_CLUT_CLIPPING /* [Undef] Print warning if setting clut clips */ -- cgit v1.2.3