summaryrefslogtreecommitdiff
path: root/tweak
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:24:15 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:24:15 +0200
commita30ba67504ffd12c4db499adbb5ce47a7d1f6036 (patch)
tree9ae1a7e3849dda6bbb5c578232f6f2fa5b2e7e7e /tweak
parent89e99e8a827859729729dfc92d74be4a8f96f1a4 (diff)
parent094535c010320967639e8e86f974d878e80baa72 (diff)
New release 1.7.0
Diffstat (limited to 'tweak')
-rw-r--r--tweak/Jamfile2
-rw-r--r--tweak/refine.c1
2 files changed, 2 insertions, 1 deletions
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 */