summaryrefslogtreecommitdiff
path: root/tweak
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
commit094535c010320967639e8e86f974d878e80baa72 (patch)
treeefc3094b20355dcbeebb2c4ece4fcfc69bffedb5 /tweak
parentc07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff)
Imported Upstream version 1.7.0upstream/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 */