more double promote fixes, still not complete

This commit is contained in:
Ingo Weyrich
2020-01-22 00:11:39 +01:00
parent 806c086fbc
commit 914daffa39
7 changed files with 1241 additions and 1382 deletions

View File

@@ -20,16 +20,16 @@
#pragma once
#include <array>
#include <glibmm/ustring.h>
#include "rt_math.h"
#include "LUT.h"
#include "iccmatrices.h"
#include "lcms2.h"
#include "sleef.h"
#define SAT(a,b,c) ((float)max(a,b,c)-(float)min(a,b,c))/(float)max(a,b,c)
namespace Glib
{
class ustring;
}
namespace rtengine
{